blob: 134a0e7a665dd9706ea1f28b41de1f79a5af8400 [file] [log] [blame]
template <class T>
void foo()
{
try {}
catch(T e) {}
}