// Bug: g++ forgets to instantiate A // Contributed by Jason Merrill // Build don't link: template struct A { }; void f () throw (A);