1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Assembler/2002-07-25-QuoteInString.llx
Chris Lattner 993fb848c0 Add testcase for disassembler problem.
llvm-svn: 3098
2002-07-25 20:27:31 +00:00

7 lines
135 B
Plaintext

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