.ig
Define a macro that removes itself, then invokes itself.
This should fail, in the sense that the macro will no longer
be invocable.  It should succeed in the sense that the macro
doesn't go into an infinite recursion loop.
..
.de xx
.rm xx
.xx
..
.xx
