Remove building with NOCRYPTO option
[minix3.git] / sys / external / bsd / compiler_rt / dist / test / profile / Inputs / instrprof-dynamic-main.cpp
blob0dd60213926e7f57d86cabbd994ee6ca3403b8e0
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>();
6 a();
7 b();
8 return 0;