1# simple nesting
2
3<Macro foo>
4  <Directory /tmp>
5    Warning "macro foo"
6  </Directory>
7</Macro>
8
9Use foo
10
11Error "done on line 11."
12