summaryrefslogtreecommitdiff
path: root/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/instrprof-dynamic-b.cpp
blob: c8fb75ef52ede02c30b69584c41c4ecc9fd5b4df (plain)
1
2
3
4
5
6
7
#include "instrprof-dynamic-header.h"
void b() {
  if (true) {
    bar<void>();
    bar<int>();
  }
}