summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/p10416.C
blob: aa56b5ffc2a2ef3f49b460ea8862353bf9a3be4f (plain)
1
2
3
4
5
6
7
8
9
// 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) { }
};