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

8 lines
131 B
Plaintext

{
if 32 let x := 3
}
// ====
// dialect: yul
// ----
// ParserError 2314: (12-15): Expected '{' but got reserved keyword 'let'