namespace NS {
    struct C {};
    void foo(C);
}

template <class T> void bar() { T t; foo (t); }

template void bar<NS::C> ();


syntax highlighted by Code2HTML, v. 0.9.1