diff options
Diffstat (limited to 'test/Preprocessor/macro_expand.c')
-rw-r--r-- | test/Preprocessor/macro_expand.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Preprocessor/macro_expand.c b/test/Preprocessor/macro_expand.c index c2c76bddbf..74b3922d1e 100644 --- a/test/Preprocessor/macro_expand.c +++ b/test/Preprocessor/macro_expand.c @@ -14,3 +14,6 @@ A: X()()() B: f(f)) C: for(for)) +// rdar://6880648 +#define f(x,y...) y +f() |