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