solidity/test/libyul/yulSyntaxTests/string_literal_switch_case.yul

5 lines
57 B
Plaintext

{
switch codesize()
case "1" {}
case "2" {}
}