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