1*7c3d14c8STreehugger Robot #define USE 2*7c3d14c8STreehugger Robot #include "extern_template.h" 3*7c3d14c8STreehugger Robot #undef USE 4*7c3d14c8STreehugger Robot 5*7c3d14c8STreehugger Robot Test<int> TO; foo()6*7c3d14c8STreehugger Robotint foo() { 7*7c3d14c8STreehugger Robot TO.doIt(20); 8*7c3d14c8STreehugger Robot return TO.M; 9*7c3d14c8STreehugger Robot } 10