From dc78bd9f79960a9ef0589a7831248880305d826e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Wed, 18 Mar 2009 03:32:24 +0000 Subject: Fix -E mismatch; an identifier followed by a numeric constant does not require a space (to avoid concatenation) if the numeric constant had a leading period. - PR3819. llvm-svn: 67163 --- clang/test/Lexer/token-concat.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 clang/test/Lexer/token-concat.c (limited to 'clang/test/Lexer/token-concat.c') diff --git a/clang/test/Lexer/token-concat.c b/clang/test/Lexer/token-concat.c new file mode 100644 index 00000000000..003344fc0a2 --- /dev/null +++ b/clang/test/Lexer/token-concat.c @@ -0,0 +1,4 @@ +// RUN: clang -E -x c -o %t %s && +// RUN: grep 'IDENT.2' %t + +IDENT.2 -- cgit v1.2.3