brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117 B · ac2f858 Raw
10 lines · cpp
1#define USE2#include "extern_template.h"3#undef USE4 5extern Test<int> TO;6int bar() {7  TO.doIt(5);8  return TO.M;9}10