diff options
Diffstat (limited to 'gas/testsuite/gasp/assign.asm')
-rw-r--r-- | gas/testsuite/gasp/assign.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/assign.asm b/gas/testsuite/gasp/assign.asm new file mode 100644 index 00000000000..7f66718468d --- /dev/null +++ b/gas/testsuite/gasp/assign.asm @@ -0,0 +1,13 @@ + +foo: .ASSIGNC "hello" +BAR: .ASSIGNA 12+34 + + \&foo'foo + \&foo\&foo\&foo + \&foo \&foo \&foo + \&BAR\&bar\&BAR + + + + + .END |