solidity/test/libyul/yulSyntaxTests/if_statement_invalid_1.yul

6 lines
99 B
Plaintext
Raw Normal View History

{
if mload {}
}
// ----
2020-11-05 01:38:57 +00:00
// ParserError 7104: (15-16): Builtin function "mload" must be called.