1 2 3 4 5 6 7 8
#include "bar.h" #include "foo.h" #include "foo2.h" int main() { return foo() + foo2() + bar(); }