solidity/test/libyul/yulSyntaxTests/for_expr_invalid_5.yul
Alex Beregszaszi a9be2e4bb8 update tests
2020-12-03 17:15:45 +01:00

6 lines
103 B
Plaintext

{
for {} mload {} {}
}
// ----
// ParserError 7104: (10-15): Builtin function "mload" must be called.