// PR c++/58647 struct A { static void foo(); }; template void bar() { A().foo; }