.ig
Create a macro that creates an alias to itself,
then removes itself, then invokes the alias.
This should succeed invoking itself the first time,
but then fail with an infinite recursion on yy.
..
.de xx
This is a macro.
.als yy xx
.rm xx
.yy
..
.xx
