diff options
Diffstat (limited to 'clang/test/Preprocessor/_Pragma-location.c')
-rw-r--r-- | clang/test/Preprocessor/_Pragma-location.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/_Pragma-location.c b/clang/test/Preprocessor/_Pragma-location.c new file mode 100644 index 0000000..8b68d6c --- /dev/null +++ b/clang/test/Preprocessor/_Pragma-location.c @@ -0,0 +1,4 @@ +// RUN: %clang_cc1 %s -E | not grep 'scratch space' + +#define push _Pragma ("pack(push)") +push |