mc-imperial / dredd

Framework for evaluating C/C++ compiler testing tools
Apache License 2.0
11 stars 3 forks source link

Avoid problem with macro expansion #253

Closed afd closed 1 month ago

afd commented 1 month ago

Insert a space when mutating an expression directly after a macro expansion.

Fixes #239.