Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / eh / throw1.C
blob6a3cb2c35cae681eadc1114d6e9e50c24d4610f8
1 class S  
2
3 public: 
4   S(){} 
5 };  
6   
7 int foo(char* m1) {  
8   throw (m1 ? S() : S()); 
9