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

7 lines
173 B
Plaintext

{
if calldatasize {}
}
// ----
// DeclarationError 8198: (9-21): Identifier not found.
// TypeError 1733: (9-21): Expected a value of boolean type "bool" but got "u256"