1 // { dg-do assemble  }
2 // { dg-options "-fexceptions" }
3 
4 struct A {
5   A() throw (int);
6 };
7