diff options
Diffstat (limited to 'gas/testsuite/gasp/assign.out')
-rw-r--r-- | gas/testsuite/gasp/assign.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/assign.out b/gas/testsuite/gasp/assign.out new file mode 100644 index 0000000..85509ae --- /dev/null +++ b/gas/testsuite/gasp/assign.out @@ -0,0 +1,22 @@ +! + +!foo: .ASSIGNC "hello" +!BAR: .ASSIGNA 12+34 +! + +! \&foo'foo + hellofoo +! \&foo\&foo\&foo + hellohellohello +! \&foo \&foo \&foo + hello hello hello +! \&BAR\&bar\&BAR + 4646 +! + +! + +! + +! +! .END |