1 2 3 4 5 6 7 8 9 10
#include "inline-1.h" int bar(int a, int b) { return foo(a) + b; } int baz(void) { return foo(3); }