blob: 2843f96653c526bb0bf4ddddaf281897e745d6bd [file] [log] [blame]
// Build don't link:
// Special g++ Options: -fexceptions
// excess errors test - XFAIL a29k-*-* sparc64-*-elf arm-*-pe
// prms-id: 10416
class not_ok {
public:
void f() throw(int) { }
};