NEw testcase
authorChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 23:54:29 +0000 (23:54 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Jul 2002 23:54:29 +0000 (23:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3194 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2002-07-31-SlashInString.llx [new file with mode: 0644]

diff --git a/test/Assembler/2002-07-31-SlashInString.llx b/test/Assembler/2002-07-31-SlashInString.llx
new file mode 100644 (file)
index 0000000..5b6daf0
--- /dev/null
@@ -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"
+