aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler
diff options
context:
space:
mode:
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"
+