C++程序  |  5行  |  80 B

#define FIELD(x) foo.x
#define FIELD_OF(s, x) s.x
FIELD(bar)
FIELD_OF(foo, bar)