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