blob: cb62dd1cfa4748321aa288537936db6310a957d9 [file] [log] [blame]
void f() {
true ? throw 1 : (void)7;
}