hanchenye-llvm-project/llvm/test/Assembler/2002-07-25-QuoteInString.llx

7 lines
170 B
Plaintext
Raw Normal View History

; Test double quotes in strings work correctly!
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as | llvm-dis
;
%str = internal global [6 x sbyte] c"\22foo\22\00"