diff --git a/test/Assembler/2002-07-31-SlashInString.llx b/test/Assembler/2002-07-31-SlashInString.llx new file mode 100644 index 00000000000..5b6daf0b1b9 --- /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" +