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-25-QuoteInString.ll

7 lines
213 B
LLVM
Raw Normal View History

; Test double quotes in strings work correctly!
2008-02-14 08:57:12 +01:00
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
;
; RUN: verify-uselistorder %s
2008-02-14 08:57:12 +01:00
@str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0]