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