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