#include #include "a.h" #include "b.h" int main() { int c = bar(foo(3)); printf("c = %d\n", c); return 0; }