2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.mike / eh15.C
blob4418f160766fbb4a22a0d6dffbbe333491392a1e
1 // { dg-do assemble  }
2 // { dg-options "-fexceptions" }
4 struct A {
5   A() throw (int);
6 };