Files
solidity/test/libyul/yulSyntaxTests/hex_switch_case.yul
T

7 lines
76 B
Plaintext

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