11 lines
96 B
Plaintext
11 lines
96 B
Plaintext
# indirect recursion is bad
|
|
<Macro foo>
|
|
Use bla
|
|
</Macro>
|
|
|
|
<Macro bla>
|
|
Use foo
|
|
</Macro>
|
|
|
|
Use foo
|