[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / eh / crash1.C
blob4cbcbd3ec1c5a52197b0725d8244dafad0370e37
1 extern "C" void __cxa_throw (void *, void *,  void (*) (void *) ); 
2  
3 void foo(){ 
4   throw 1; 
5