1 // { dg-options "-O2" }
2 // { dg-final { scan-assembler-not "\n_?_ZN1AILi0EE4foo1Ev\[: \t\n\]" } }
12 template <> void A<0>::UNRELATED ();
14 template <int dim> inline void A<dim>::foo1 () throw () {}
15 template <int dim> inline void A<dim>::foo2 () {}