waf/tests/preproc/recursion/a.h

9 lines
68 B
C
Raw Normal View History

2014-11-02 00:16:48 +01:00
#ifdef FOO
#include "c.h"
#endif
#ifdef BAR
#include "b.h"
#endif