ref: a004412434813b0500807d46d09c2d0cef13205d dir: /tests/cc/execute/0197-cppcomment.c/
#define TEST1 1 // comment #define TEST2 2 int main(void) { if (TEST1 != 1) return 1; if (TEST2 != 2) return 2; return 0; }