]> git.proxmox.com Git - rustc.git/blame - src/compiler-rt/test/profile/Inputs/extern_template1.cpp
New upstream version 1.19.0+dfsg3
[rustc.git] / src / compiler-rt / test / profile / Inputs / extern_template1.cpp
CommitLineData
5bcae85e
SL
1#define USE
2#include "extern_template.h"
3#undef USE
4
5Test<int> TO;
6int foo() {
7 TO.doIt(20);
8 return TO.M;
9}