namespace NS { struct C {}; void foo(C); } template void bar() { T t; foo (t); } template void bar ();