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