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