diff options
Diffstat (limited to 'test/Modules/Inputs/macros_top.h')
-rw-r--r-- | test/Modules/Inputs/macros_top.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/Modules/Inputs/macros_top.h b/test/Modules/Inputs/macros_top.h new file mode 100644 index 000000000000..9c3f3c071fd0 --- /dev/null +++ b/test/Modules/Inputs/macros_top.h @@ -0,0 +1,16 @@ +#define TOP unsigned int + +#define TOP_LEFT_UNDEF 1 + + + + + + + + + +#define TOP_RIGHT_REDEF int + +#define TOP_RIGHT_UNDEF int + |