solidity/test/libyul/yulSyntaxTests/if_statement_invalid_1.yul

6 lines
98 B
Plaintext
Raw Normal View History

{
if mload {}
}
// ----
2020-11-09 23:38:08 +00:00
// ParserError 7104: (9-14): Builtin function "mload" must be called.