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