// { dg-do assemble } // Origin: Mark Mitchell template struct S { void f () { try { } catch (int) { } } };