// { dg-do assemble } // Origin: Mark Mitchell template void test(){ try { } catch(int x){ } } template void test();