blob: f9345e2ee28f5bd7a739658076ced55abd458455 [file] [log] [blame]
void f(x) {
const y = abstract; // verify that this works
switch (x) {
case abstract:
break;
}
}