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