This is a test that macro support can be turned off in pasdoc.
With macro support turned on this unit would cause parsing error, because it would have brain-damaged declaration like
procedure interface interface(a: Integer);
procedure FOO(a: Integer); |
procedure FOO(a: Integer); |