solidity/test/libyul/yulSyntaxTests/if_statement_fail_2.yul

6 lines
149 B
Plaintext
Raw Normal View History

2020-10-14 08:54:18 +00:00
{ if true:bool let x:u256 := 3:u256 }
// ====
// dialect: evmTyped
// ----
// ParserError 2314: (15-18): Expected '{' but got reserved keyword 'let'