solidity/test/libyul/yulSyntaxTests/variable_use_before_decl_2.yul
2020-11-04 12:03:33 +01:00

7 lines
108 B
Plaintext

{
let x := mul(2, x)
}
// ----
// DeclarationError 4990: (19-20): Variable x used before it was declared.