1# error if same argument name.
2
3<Macro foo $arg1 $arg2 $arg3 $arg2>
4# bad
5</Macro>
6
7
8