1 2 3 4 5 6
// { dg-do assemble } // Bug: g++ forgets to instantiate A<int> // Contributed by Jason Merrill <jason@cygnus.com> template <class T> struct A { }; void f () throw (A<int>);