]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/profile/Inputs/instrprof-dynamic-main.cpp
Vendor import of compiler-rt trunk r351319 (just before the release_80
[FreeBSD/FreeBSD.git] / test / profile / Inputs / instrprof-dynamic-main.cpp
1 #include "instrprof-dynamic-header.h"
2 void foo(int K) { if (K) {} }
3 int main(int argc, char *argv[]) {
4   foo(5);
5   bar<void>(1);
6   a();
7   b();
8   return 0;
9 }