Add test where a macro formal parameter is the same as an existing macro.
authorCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 19:57:34 +0000 (12:57 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 16:53:50 +0000 (09:53 -0700)
commit30140733112b09d531d949a9bfbd9daf0cae4781
tree4e19c80b2e5b689dfdf99b2a2f599a13630cc74e
parentdcc2ecd30d2ff68792f192c867b301a10872d86d
Add test where a macro formal parameter is the same as an existing macro.

This is a well-defined condition, but something that currently trips up
the implementation. Should be easy to fix.
tests/018-define-func-macro-as-parameter.c [new file with mode: 0644]