// PR c++/54437 template void f(); class A { template static void g(); template static void h () { f >(); } static void i() { h(); } };