This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / g++.dg / expr / cond5.C
blobcb62dd1cfa4748321aa288537936db6310a957d9
1 void f() {
2   true ? throw 1 : (void)7;