int my_proc(int x) { int a,b; a = -10; b = foo(); x = b - 5; if(x < 10) return a; return a+35; }