solidity/test/libyul/yulSyntaxTests/if_statement_invalid_3.yul

8 lines
131 B
Plaintext
Raw Normal View History

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