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