extern int g(int); int f(int a) { int x = 5; return g(x * a); }