solidity/test/libyul/yulSyntaxTests/if_statement_invalid_4.yul
Alex Beregszaszi a9be2e4bb8 update tests
2020-12-03 17:15:45 +01:00

6 lines
112 B
Plaintext

{
if calldatasize {}
}
// ----
// ParserError 7104: (9-21): Builtin function "calldatasize" must be called.