(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
eh/
throw1.C
class S  
{ 
public: 
  S(){} 
};  
  
int foo(char* m1) {  
  throw (m1 ? S() : S()); 
}