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