extern_template1.cpp 111 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #define USE #include "extern_template.h" #undef USE Test<int> TO; int foo() { TO.doIt(20); return TO.M; }