aboutsummaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-dynamic-a.cpp
blob: 2ec484a5b381de3b3bedbb96a2daf4a6f9854a9b (plain) (blame)
1
2
3
4
5
6
7
#include "instrprof-dynamic-header.h"
void a() {
  if (true) {
    bar<void>(1);
    bar<char>(1);
  }
}