aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.mike/eh15.C
blob: 9ed673fc87df8e2f7af1a8e2321704b21b3b72cb (plain)
1
2
3
4
5
6
// Build don't link:
// Special g++ Options: -fexceptions

struct A {
  A() throw (int);
};