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

6 lines
98 B
Plaintext

{
if mload {}
}
// ----
// ParserError 7104: (9-14): Builtin function "mload" must be called.