1 2 3 4 5 6 7 8 9 10
#include "bar.h" #include "bat.h" #include "foo.h" #include "baz.h" int main(int, char**) { return 0; }