blob: 154568063f601f43667b0c75429ec8e68b7c85e5 [file] [log] [blame]
Chris Lattner03e04992002-07-25 20:27:31 +00001; Test double quotes in strings work correctly!
Tanya Lattner5429dbf2008-02-14 07:57:12 +00002; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
Chris Lattner03e04992002-07-25 20:27:31 +00003;
Duncan P. N. Exon Smithc8eccd12014-08-19 21:08:27 +00004; RUN: verify-uselistorder %s
Tanya Lattner5429dbf2008-02-14 07:57:12 +00005@str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0]
Chris Lattner03e04992002-07-25 20:27:31 +00006