Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / hppa / parse / stringer.s
1         .data
2
3
4 ; GAS used to mis-parse the embedded quotes
5         .STRING "#include \"awk.def\"\x0a\x00"
6
7 ; Octal escapes used to consume > 3 chars which led to this
8 ; string being screwed in a big way.
9         .STRING "\0110x123"
10
11