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