solidity/test/libyul/yulSyntaxTests/if_statement_invalid_1.yul

7 lines
166 B
Plaintext
Raw Normal View History

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