- 2009 patch
[cparser] / preproctest / doubleif.c
1 #define DEFINED
2
3 #ifndef NOT_DEFINE
4         #ifdef DEFINED
5                 ok1
6         #else
7                 bad
8         #endif
9 #else
10         bad
11 #endif
12
13 #ifndef HEADER_H
14 #define HEADER_H
15 bla
16 #ifndef HEADER_H
17 #define HEADER_H
18 #include "not_here.h"
19 nbla
20 #endif
21 #endif