This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / gas / testsuite / gas / macros / paren.s
1  .data
2  .macro m x
3  .byte (\x)
4  .endm
5
6         m       (1)
7         m       (!1)
8         m       (1)+(1)
9         m       1+(1)
10         m       (1 + 1)
11         m       (1 + 1)*(1 + 1)
12         m       (! 0)+(! 0)