mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +00:00
Add testcase for disassembler problem.
llvm-svn: 3098
This commit is contained in:
parent
d84989b112
commit
993fb848c0
6
test/Regression/Assembler/2002-07-25-QuoteInString.llx
Normal file
6
test/Regression/Assembler/2002-07-25-QuoteInString.llx
Normal file
@ -0,0 +1,6 @@
|
||||
; Test double quotes in strings work correctly!
|
||||
; RUN: as < %s | dis | as | dis
|
||||
;
|
||||
|
||||
%str = internal global [6 x sbyte] c"\22foo\22\00"
|
||||
|
Loading…
Reference in New Issue
Block a user