Closed this issue 15 days ago · 1 comments
Example code:
#define A(val) DEBRACKET val #define DEBRACKET(val) val A((2))
gcc -E output:
gcc -E
2
simplecpp output:
DEBRACKET ( 2 )
I don't know.. this might be related to #394