blob: 6a3cb2c35cae681eadc1114d6e9e50c24d4610f8 [file] [log] [blame]
class S
{
public:
S(){}
};
int foo(char* m1) {
throw (m1 ? S() : S());
}