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