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