aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-31 23:54:29 +0000
committerChris Lattner <sabre@nondot.org>2002-07-31 23:54:29 +0000
commitfdd0fba01322dfe46366d5ababff85babf24ec2c (patch)
tree7d3f30cbddef89a0311a18c3978e98c7d716cee5 /test/Assembler
parent280b09b1783f11fe235cc0c0c1d0d39f2b3af3c5 (diff)
downloadexternal_llvm-fdd0fba01322dfe46366d5ababff85babf24ec2c.zip
external_llvm-fdd0fba01322dfe46366d5ababff85babf24ec2c.tar.gz
external_llvm-fdd0fba01322dfe46366d5ababff85babf24ec2c.tar.bz2
NEw testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-07-31-SlashInString.llx5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Assembler/2002-07-31-SlashInString.llx b/test/Assembler/2002-07-31-SlashInString.llx
new file mode 100644
index 0000000..5b6daf0
--- /dev/null
+++ b/test/Assembler/2002-07-31-SlashInString.llx
@@ -0,0 +1,5 @@
+; RUN: as < %s | dis | as
+
+; Make sure that \\ works in a string initializer
+%Slashtest = internal global [8 x sbyte] c"\5Cbegin{\00"
+