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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
190 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llvm-dis | llvm-as -o /dev/null
; RUN: verify-uselistorder %s
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