1# undef existing macro, and try to use it
2<Macro foo>
3  Warning "foo macro contents"
4</Macro>
5# expanded, but will not be processed because of error
6Use foo
7UndefMacro foo
8# error, does not exist anymore
9Use foo
10