OSDN Git Service

PR c++/53549
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / eh / crash1.C
1 extern "C" void __cxa_throw (void *, void *,  void (*) (void *) ); 
2  
3 void foo(){ 
4   throw 1; 
5