ref: adda8658b4dcc5aa6b0ad7be0ba7b8ef3707112c 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(); }