solidity/test/libyul/yulSyntaxTests/switch_case_different_literal.yul

9 lines
92 B
Plaintext
Raw Normal View History

{
switch 1:u256
case "1":u256 {}
case "2":u256 {}
}
// ====
// dialect: evmTyped
// ----