1#include "instrprof-comdat.h"
2
3int bar(int I) {
4
5 FOO<long> Foo;
6 FOO<int> Foo2;
7
8 if (I > 5)
9 return (int)Foo.DoIt(ti: 10);
10 else
11 return (int)Foo2.DoIt(ti: I);
12}
13

source code of compiler-rt/test/profile/Inputs/instrprof-comdat-2.cpp