#ifdef WIBBLE #define FOO BAR #endif void sharedFun(void) { /* This is a comment. */ while (1) { } } /* This is another comment. */ extern int sharedInt;