ref: 1344701bd8e23e73e5f94096485553b534ba4890 dir: /tests/execute/0173-macro.c/
#define x f #define y() f typedef struct { int f; } S; int main() { S s; s.x = 0; return s.y(); }