// { dg-do assemble } // { dg-options "-g" } template class CenteringTag { }; struct S { template static void f() { CenteringTag ctag; } };