tinycc/tests/pp/22.expect
Michael Matz 64f4b00d34 tccpp: Fix #ifdef in macro args
see testcase.  We have to "empty" the macro-stack string on
end_macro, as it may be 'tokstr_buf' which is going to be used
twice in recursive invocations of macro_subst_tok.  The uses aren't
overlapping but the first one needs to be properly finalized.
2022-08-16 15:59:41 +02:00

3 lines
33 B
Plaintext

A 1 B
X ARG_1 X ARG_2 X ARG_3 X;