predicate aware uninitialized analysis
[official-gcc.git] / gcc / testsuite / g++.dg / parse / eh-decl.C
blob1c72fd39f554aebb28b9a87f296d71ed15f7e4bf
1 // PR c++/41876
3 struct A;
5 void foo()
7   try {} catch(int A) {}