1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Assembler/2002-07-25-QuoteInString.llx

7 lines
135 B
Plaintext
Raw Normal View History

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