Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / pr25543.s
1 .data
2 .asciz "line1 : This is a line without a newline at the end"
3 .asciz "line2 : This is a line with a newline at the end\n"
4 .asciz "line3 : This is a line with a \nnewline in the middle"
5 .asciz "line4 : This is a line with a \rcontrol character"
6 .asciz ""
7 .asciz "line6 : The previous line was empty\n"
This page took 0.030807 seconds and 4 git commands to generate.