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