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