OSDN Git Service

2003-01-08 Larin Hennessey <larin@science.oregonstate.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.mike / p10416.C
1 // Build don't link:
2 // Special g++ Options: -fexceptions
3 // excess errors test - XFAIL sparc64-*-elf arm-*-pe
4 // prms-id: 10416
5
6 class not_ok {
7 public:
8   void f() throw(int) { }
9 };