solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul

7 lines
76 B
Plaintext
Raw Normal View History

{
switch codesize()
case hex"00" {}
case hex"1122" {}
}
// ----