* config/tc-v850.c (reg_name_search): Generalize to search
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / crash1.out
1 !
2
3 !
4
5 ! .MACRO foo a b c=a
6 ! \a \b \c \d
7 ! .ENDM
8 !
9
10 ! foo 1 2
11 ! 1 2 a \d
12 1 2 a \d
13 ! foo 1 2 3 4
14 ! foo 1
15 ! 1 a \d
16 1 a \d
17 ! foo
18 ! a \d
19 a \d
20 !
21
22 !
23
24 ! .END
This page took 0.031572 seconds and 4 git commands to generate.