solidity/test/libyul/yulSyntaxTests/switch_invalid_body.yul

9 lines
132 B
Plaintext
Raw Normal View History

{
switch 42
case 1 mul
case 2 {}
default {}
}
// ----
// ParserError 2314: (27-30): Expected '{' but got identifier