OSDN Git Service

PR testsuite/25241
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / ehspec1.C
1 // { dg-do assemble  }
2 // Bug: g++ forgets to instantiate A<int>
3 // Contributed by Jason Merrill <jason@cygnus.com>
4
5 template <class T> struct A { };
6 void f () throw (A<int>);