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