1 2 3 4 5 6
extern warnhere(); #define Foo 9 void hi() { extern int printf(); printf("hi from header\n"); }