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