1 #include "instrprof-debug-info-correlate-bar.h"
2 
3 int foo(int a) {
4   if (a % 2)
5     return 4 * a + 1;
6   return bar(a);
7 }
8