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

6 lines
124 B
Plaintext

{ if let x:u256 {} }
// ====
// dialect: evmTyped
// ----
// ParserError 1856: (5-8='let'): Literal or identifier expected.