summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/hppa/parse/stringer.s
blob: 9f00b112e516f2db3c88374edcd5dadefec7259a (plain)
1
2
3
4
5
6
7
8
9
10
11
	.data


; GAS used to mis-parse the embedded quotes
	.STRING "#include \"awk.def\"\x0a\x00"

; Octal escapes used to consume > 3 chars which led to this
; string being screwed in a big way.
	.STRING "\0110x123"