blob: 3a9fce3829781bcd126173591720d524d933000f [file] [log] [blame]
test(dynamic x) {
switch (x) {
case (== 1, 2):
break;
}
}