FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.eh / crash5.C
blobef476bf1d3f578c27f0312aeb2b1f948e781012e
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 int i;
5 int j;
7 void
8 f ()
10   j = j + (i ? 7 : throw 1);