// Build don't link: // Special g++ Options: -g template class CenteringTag { }; struct S { template static void f() { CenteringTag ctag; } };