diff options
Diffstat (limited to 'test/pp.h')
| -rw-r--r-- | test/pp.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,6 +1,14 @@ +#ifndef GUARD +#define GUARD + extern warnhere(); #define Foo 9 void hi() { extern int printf(); printf("hi from header\n"); } + +#elifndef Ww +#define Bar 7 + +#endif |