You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; Test double quotes in strings work correctly!
|
|
; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
|
|
;
|
|
; RUN: verify-uselistorder %s
|
|
@str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0]
|
|
|