solidity/test/libyul/yulSyntaxTests/if_statement_invalid_4.yul

7 lines
173 B
Plaintext
Raw Normal View History

{
if calldatasize {}
}
// ----
2020-11-04 16:55:03 +00:00
// DeclarationError 8198: (9-21): Identifier not found.
// TypeError 1733: (9-21): Expected a value of boolean type "bool" but got "u256"