1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02: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-08-01 01:54:29 +02:00
; Make sure that \\ works in a string initializer
2008-02-14 08:57:12 +01:00
@Slashtest = internal global [8 x i8] c"\5Cbegin{\00"
2002-08-01 01:54:29 +02:00