.ig
Create a macro that removes itself, then tries
to create an alias to itself and invoke the alias.
This should fail, because by the time the attempt
to create the alias happens, the original macro
should be removed from the namelist.
..
.de xx
.rm xx
.als yy xx
.yy
..
.xx
