.ig
Create a macro that prints its name using \$0.
Create an alias to the macro.  Invoking the macro
via the original name and the alias name should
print different names.
..
.de xx
This is the macro named \\$0.
.br
..
.als yy xx
.xx
.yy
