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