.ig
Interpolate a macro as a string, but *not* from within another macro,
to verify that no arguments are available to it.
..
.cp 0
.\" define inner macro that prints \$0 and \$@.
.de xx
This should print nothing: \\$0
.br
This should print nothing: \\$@
.br
..
\*(xx
