solidity/test/libyul/yulSyntaxTests/if_statement_scope_2.yul
2022-04-01 23:41:18 -05:00

9 lines
148 B
Plaintext

{
if 32 { let x := 3 }
x := 2
}
// ====
// dialect: evm
// ----
// DeclarationError 4634: (25-26='x'): Variable not found or variable not lvalue.