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