blob: bbf32b5a571dd2bb90d78de40e06589d03e30747 [file] [log] [blame]
test(dynamic x) {
const y = 1;
switch (x) {
case y:
break;
}
}