solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul
2020-08-13 00:27:19 +01:00

8 lines
138 B
Plaintext

{
switch codesize()
case hex"00" {}
case hex"1122" {}
}
// ----
// ParserError 1856: (33-40): Literal or identifier expected.