solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul
Alex Beregszaszi caa329066e Do not emit Solidity-only tokens in the Scanner for Yul
And simplfiy AsmParser greatly.
2020-08-28 19:34:52 +01:00

8 lines
124 B
Plaintext

{
switch codesize()
case hex"00" {}
case hex"1122" {}
}
// ----
// ParserError 4805: (36-40): Literal expected.