mirror of
https://github.com/frida/tinycc
synced 2024-11-29 02:53:12 +03:00
a1c139063b
* correct -E output for the case ++ + ++ concatenation do this only for expanded from macro string and only when tcc_state->output_type == TCC_OUTPUT_PREPROCESS
7 lines
94 B
Plaintext
7 lines
94 B
Plaintext
Z(1)
|
|
Z(Z(1))
|
|
Z(Z(Z(Z(Z(1)))))
|
|
return A + B;
|
|
return A+1 + B+1;
|
|
return A1+3 +2 +1 + B1+1 +3 +2;
|