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