blob: 8f1445d38a178fb2977b3a77cb40fb21e4e6c9e7 [file] [log] [blame]
.macro m arg1 arg2
.globl \arg1
\arg1 == \arg2
.endm
m s_not_a_reg_1,1
m s_not_a_reg_2,2