mesa/tests/035-define-func-self-compose-non-func-multi-token-argument.c
Carl Worth 59ca98990f Fix bug as in previous fix, but with multi-token argument.
The previous fix added FUNC_MACRO to a production one higher in teh
grammar than it should have. So it prevented a FUNC_MACRO from
appearing as part of a mutli-token argument rather than just alone as
an argument. Fix this (and add a test).
2010-05-19 07:49:47 -07:00

2 lines
34 B
C

#define foo(bar) bar
foo(1 + foo)