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