blob: 4ecf9a444e7aa92875f314956c2f76b84d24b06a [file] [log] [blame]
test(dynamic x) {
switch (x) {
case const <int>{1}?:
break;
}
}