blob: ad1f6c536764b4242e70975178a2451115e1b2b5 [file] [log] [blame]
// Bug: g++ forgets to instantiate A<int>
// Contributed by Jason Merrill <jason@cygnus.com>
// Build don't link:
template <class T> struct A { };
void f () throw (A<int>);