solidity/test/libyul/yulSyntaxTests/string_literal_switch_case.yul
2021-04-20 17:38:29 +02:00

6 lines
58 B
Plaintext

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