llvm-for-llvmta/tools/clang/test/Modules/Inputs/macros_left.h

17 lines
243 B
C
Raw Permalink Normal View History

2022-04-25 13:02:35 +02:00
@import macros_top;
#define LEFT unsigned long
#undef TOP_LEFT_UNDEF
#define LEFT_RIGHT_IDENTICAL int
#define LEFT_RIGHT_DIFFERENT2 float
#define LEFT_RIGHT_DIFFERENT3 float
#define LEFT_RIGHT_DIFFERENT float
#define FN_ADD(a,b) (a+b)