solidity/test/libyul/yulSyntaxTests/if_statement_invalid_1.yul

6 lines
83 B
Plaintext
Raw Normal View History

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