solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul

8 lines
150 B
Plaintext
Raw Normal View History

{
switch codesize()
case hex"00" {}
case hex"1122" {}
}
// ----
// ParserError 3772: (33-40): Hex literals are not valid in this context.