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