blob: 0ae6534118d1399a4c98d7c9fc095388e0fbfb8f [file] [log] [blame]
void f(x) {
switch (x) {
case foo when !flag:
}
}