About
Contact
QtCreator
KDevelop
Solarized
1
#define
USE
2
#include
"extern_template.h"
3
#undef
USE
4
5
extern
Test
<
int
>
TO
;
6
int
bar
() {
7
TO
.
doIt
(
N:
5
);
8
return
TO
.
M
;
9
}
10