From e19292bd8e09734781ccc68c4b012af1f4118746 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 Jul 2002 22:19:30 +0000 Subject: New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2940 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2002-07-17-StringConstant.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/CFrontend/2002-07-17-StringConstant.c (limited to 'test/CFrontend') diff --git a/test/CFrontend/2002-07-17-StringConstant.c b/test/CFrontend/2002-07-17-StringConstant.c new file mode 100644 index 0000000..1c323f1 --- /dev/null +++ b/test/CFrontend/2002-07-17-StringConstant.c @@ -0,0 +1,2 @@ + +char * foo() { return "\\begin{"; } -- cgit v1.1