FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb133a.C
blob2dc7a8b18d96955f64f37d9764fe6472852094c1
1 // Build don't link:
2 // Gives ICE 109
3 // From: Klaus-Georg Adams <Klaus-Georg.Adams@chemie.uni-karlsruhe.de> 
4 // Reported against EGCS snaps 98/06/28.
6 int main()
8         try {
9         }
10         catch (std::bad_alloc) { // ERROR - parse error
11                 return 1;
12         }
13         return 0;
16