blob: 9ed673fc87df8e2f7af1a8e2321704b21b3b72cb [file] [log] [blame]
// Build don't link:
// Special g++ Options: -fexceptions
struct A {
A() throw (int);
};