From ec2b103c267a06a66e926f62cd96767b280f5cf5 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Tue, 2 Jun 2009 17:58:47 +0000 Subject: Import Clang, at r72732. --- test/Misc/emit-html-insert.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/Misc/emit-html-insert.c (limited to 'test/Misc/emit-html-insert.c') diff --git a/test/Misc/emit-html-insert.c b/test/Misc/emit-html-insert.c new file mode 100644 index 0000000000000..ac6b519a3a0d1 --- /dev/null +++ b/test/Misc/emit-html-insert.c @@ -0,0 +1,4 @@ +// RUN: clang-cc %s -emit-html -o - | grep ">< 10; }" + +int a(int x) { return x +< 10; } -- cgit v1.2.3