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