blob: 0ae950c1e8c756243fdf3e2d2ba5d20c63df7177 [file] [log] [blame]
test(dynamic x) {
switch (x) {
case <= 1 << 1:
break;
}
}