1% { dg-do assemble { target mmix-*-* } }
2% { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 10 }
3% { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
4
5# Note that the error is detected in the preformatter, before the text
6# gets to the assembler.  It also gets confused about the unterminated
7# string.  Well, at least we get error messages for it, so no worries.
8
9Main SWYM 0,0,0
10 BYTE 2,"no end
11 BYTE 0
12