No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / eh / throw3.C
blob3417eeb3dcf9f6a68e7c0e0d1b2838bfa1f4e697
1 // PR c++/19312
3 struct A {};
5 void foo(A a)
7     throw (A)a;