brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 2cf37c8 Raw
10 lines · cpp
1#include "instrprof-dynamic-header.h"2void foo(int K) { if (K) {} }3int main(int argc, char *argv[]) {4  foo(5);5  bar<void>(1);6  a();7  b();8  return 0;9}10