From f27e5a09a0d815b8a4814152954ff87dadfdefc0 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 2 Jun 2009 17:58:47 +0000 Subject: Import Clang, at r72732. --- test/Lexer/badstring_in_if0.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Lexer/badstring_in_if0.c (limited to 'test/Lexer/badstring_in_if0.c') diff --git a/test/Lexer/badstring_in_if0.c b/test/Lexer/badstring_in_if0.c new file mode 100644 index 0000000..5fa5a2b --- /dev/null +++ b/test/Lexer/badstring_in_if0.c @@ -0,0 +1,8 @@ +// RUN: clang-cc -E %s 2>&1 | not grep error +#if 0 + + " + + ' + +#endif -- cgit v1.1