// { dg-do assemble } // Bug: g++ forgets to instantiate A // Contributed by Jason Merrill template struct A { }; void f () throw (A);