summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-dynamic-header.h
blob: 7a57b13c67f9cb0fb8ffeec066662b08e82d0f92 (plain)
1
2
3
4
5
6
7
template <class T> void bar(int X) {
  if (X) {
    X *= 4;
  }
}
void a();
void b();