forked from OSchip/llvm-project
10 lines
111 B
C++
10 lines
111 B
C++
|
#define USE
|
||
|
#include "extern_template.h"
|
||
|
#undef USE
|
||
|
|
||
|
Test<int> TO;
|
||
|
int foo() {
|
||
|
TO.doIt(20);
|
||
|
return TO.M;
|
||
|
}
|