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