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