forked from OSchip/llvm-project
parent
b62cc6785c
commit
03e0499931
|
@ -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