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