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

6 lines
83 B
Plaintext

{
if mload {}
}
// ----
// ParserError 2314: (15-16): Expected '(' but got '{'