aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-17 22:19:30 +0000
committerChris Lattner <sabre@nondot.org>2002-07-17 22:19:30 +0000
commite19292bd8e09734781ccc68c4b012af1f4118746 (patch)
tree2d87df35e97b83dac324cf8d755a7799c1f86ce9 /test/CFrontend
parent1416089f44fab6fa35e3523aed3408ee30457a7f (diff)
downloadexternal_llvm-e19292bd8e09734781ccc68c4b012af1f4118746.zip
external_llvm-e19292bd8e09734781ccc68c4b012af1f4118746.tar.gz
external_llvm-e19292bd8e09734781ccc68c4b012af1f4118746.tar.bz2
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2940 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2002-07-17-StringConstant.c2
1 files changed, 2 insertions, 0 deletions
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{"; }