__attribute__((noinline)) int f(int a) {
  return a + 1;
}

__attribute__((noinline)) int g(int a) {
  return a + 2;
}