diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-17 22:19:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-17 22:19:30 +0000 |
commit | e19292bd8e09734781ccc68c4b012af1f4118746 (patch) | |
tree | 2d87df35e97b83dac324cf8d755a7799c1f86ce9 /test/CFrontend/2002-07-17-StringConstant.c | |
parent | 1416089f44fab6fa35e3523aed3408ee30457a7f (diff) | |
download | external_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/2002-07-17-StringConstant.c')
-rw-r--r-- | test/CFrontend/2002-07-17-StringConstant.c | 2 |
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{"; } |