aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-07-25-QuoteInString.llx
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-07-25-QuoteInString.llx')
-rw-r--r--test/Assembler/2002-07-25-QuoteInString.llx6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Assembler/2002-07-25-QuoteInString.llx b/test/Assembler/2002-07-25-QuoteInString.llx
new file mode 100644
index 0000000..59a664e
--- /dev/null
+++ b/test/Assembler/2002-07-25-QuoteInString.llx
@@ -0,0 +1,6 @@
+; Test double quotes in strings work correctly!
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as | llvm-dis
+;
+
+%str = internal global [6 x sbyte] c"\22foo\22\00"
+