Add testcase for disassembler problem.

llvm-svn: 3098
This commit is contained in:
Chris Lattner 2002-07-25 20:27:31 +00:00
parent b62cc6785c
commit 03e0499931
1 changed files with 6 additions and 0 deletions

View 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"