Add tests for the structure of function-like macros.
authorCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 16:34:21 +0000 (09:34 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 16:35:50 +0000 (09:35 -0700)
commit4abc3dec720933e78a266417cffb2ea7b16d497f
tree079b6c70c292fe43d7414277226250b26f630131
parent9f62a7e9e25efd79ebf46c64166876436f88f08a
Add tests for the structure of function-like macros.

These test only the most basic aspect of parsing of function-like
macros.  Specifically, none of the definitions of these function like
macros use the arguments of the function.

No function-like macros are implemented yet, so all of these fail for
now.
tests/011-define-func-empty.c [new file with mode: 0644]
tests/012-define-func-no-args.c [new file with mode: 0644]
tests/013-define-func-1-arg-unused.c [new file with mode: 0644]
tests/014-define-func-2-arg-unused.c [new file with mode: 0644]