1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
llvm-mirror/test/Assembler/2002-07-31-SlashInString.ll

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-07-31 23:54:29 +00:00
; Make sure that \\ works in a string initializer
2008-02-14 07:57:12 +00:00
@Slashtest = internal global [8 x i8] c"\5Cbegin{\00"
2002-07-31 23:54:29 +00:00