From fdd0fba01322dfe46366d5ababff85babf24ec2c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Jul 2002 23:54:29 +0000 Subject: [PATCH] NEw testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3194 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2002-07-31-SlashInString.llx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Assembler/2002-07-31-SlashInString.llx 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" +