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