solidity/test/libyul/yulSyntaxTests/switch_invalid_expr_2.yul

8 lines
129 B
Plaintext
Raw Normal View History

{
switch mload
case 1 {}
default {}
}
// ----
2020-11-09 23:38:08 +00:00
// ParserError 7104: (13-18): Builtin function "mload" must be called.