xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/declare-use/e.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1 #ifndef E_H
2 #define E_H
3 #define HEADER "a.h"
4 #include HEADER
5 #include "b.h"
6 const int e = a*b;
7 #endif
8