blob: 8068e1af0a9cd4ae060a63a67f612761bccc78e6 [file] [log] [blame]
void f(x) {
switch (x) {
case {...var y}:
break;
}
}