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