solidity/test/libyul/yulSyntaxTests/switch_statement_no_access.yul
2022-04-01 23:41:18 -05:00

6 lines
96 B
Plaintext

{
switch 42
}
// ----
// ParserError 2418: (16-17='}'): Switch statement without any cases.