solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul
2021-04-08 15:03:33 +02:00

7 lines
76 B
Plaintext

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