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-05 01:38:57 +00:00
// ParserError 7104: (23-27): Builtin function "mload" must be called.