OSDN Git Service

Add test for composed invocation of function-like macros.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 17:01:44 +0000 (10:01 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 18:50:33 +0000 (11:50 -0700)
commit92e7bf0f50ff673b7441b2f2be9ef99a4af8cae4
tree0d25d63e211f801480643b15a96879be2f6d5112
parentac070e8bf5005151dd702f2cd3fbfb2d1eaaf00d
Add test for composed invocation of function-like macros.

This is a case like "foo(bar(x))" where both foo and bar are defined
function-like macros. This is not yet parsed correctly so this test
fails.
tests/021-define-func-compose.c [new file with mode: 0644]