#include "h.h" int f(int a) { int x = 5; return g(x * a); }