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