ref: 6b728d267fc34a0b1420eeb0f1ecb842baf35a48 dir: /tests/0068-funclikemacro.c/
#define ADD(X, Y) (X + Y) int main() { return ADD(1, 2) - 3; }