hanchenye-llvm-project/llvm/test/Assembler/2002-07-31-SlashInString.ll

6 lines
148 B
LLVM
Raw Normal View History

2008-02-14 15:57:12 +08:00
; RUN: llvm-as < %s | llvm-dis | llvm-as
2002-08-01 07:54:29 +08:00
; Make sure that \\ works in a string initializer
2008-02-14 15:57:12 +08:00
@Slashtest = internal global [8 x i8] c"\5Cbegin{\00"
2002-08-01 07:54:29 +08:00