1__attribute__((noinline)) int f(int a) {
2 return a + 1;
3}
4
5__attribute__((noinline)) int g(int a) {
6 return a + 2;
7}
8

source code of compiler-rt/test/profile/Inputs/instrprof-order-file-2.c