[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / eh / throw2.C
blobf9da8d7f4fdcf81d7cdab125919f29e9af6873d6
1 // PR c++/16851
3 struct A { A(int); };
5 void f(int t)
7  throw (3,A(t));