solidity/test/libyul/yulSyntaxTests/if_statement_invalid_4.yul

6 lines
90 B
Plaintext
Raw Normal View History

{
if calldatasize {}
}
// ----
// ParserError 2314: (22-23): Expected '(' but got '{'