blob: 8da701814e23eeafefe80c4367435bc026b6675e [file] [log] [blame]
Chris Lattner18745642002-07-25 20:27:31 +00001; Test double quotes in strings work correctly!
2; RUN: as < %s | dis | as | dis
3;
4
5%str = internal global [6 x sbyte] c"\22foo\22\00"
6