1# undef existing macro, and try to use it
2<Macro foo>
3  Warning "foo macro contents line 1"
4</Macro>
5Use foo
6UndefMacro foo
7
8Error "done line 8."
9