solidity/test/libyul/yulSyntaxTests/if_statement_scope_1.yul

8 lines
66 B
Plaintext
Raw Normal View History

{
let x := 2
if 42 { x := 3 }
}
// ====
// dialect: evm
// ----