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

8 lines
129 B
Plaintext

{
switch mload
case 1 {}
default {}
}
// ----
// ParserError 7104: (13-18): Builtin function "mload" must be called.