c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / g++.dg / template / eh1.C
blob134a0e7a665dd9706ea1f28b41de1f79a5af8400
1 template <class T>
2 void foo()
4   try {}
5   catch(T e) {}