solidity/test/libyul/yulSyntaxTests/if_statement_fail_1.yul
2020-10-14 10:54:18 +02:00

6 lines
118 B
Plaintext

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