instrprof-order-file-2.c 119 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 __attribute__((noinline)) int f(int a) { return a + 1; } __attribute__((noinline)) int g(int a) { return a + 2; }