xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/macros_left.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 @import macros_top;
2 #define LEFT unsigned long
3 
4 #undef TOP_LEFT_UNDEF
5 
6 
7 
8 
9 #define LEFT_RIGHT_IDENTICAL int
10 
11 #define LEFT_RIGHT_DIFFERENT2 float
12 #define LEFT_RIGHT_DIFFERENT3 float
13 
14 #define LEFT_RIGHT_DIFFERENT float
15 
16 #define FN_ADD(a,b) (a+b)
17