diff options
Diffstat (limited to 'test/Preprocessor/macro_space.c')
-rw-r--r-- | test/Preprocessor/macro_space.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_space.c b/test/Preprocessor/macro_space.c new file mode 100644 index 000000000000..4fdbb0a0ceef --- /dev/null +++ b/test/Preprocessor/macro_space.c @@ -0,0 +1,5 @@ +// RUN: clang-cc %s -E | grep '! ,' + +#define XX +! XX, + |