brintos

brintos / llvm-project-archived public Read only

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