1typedef struct { } empty_t;
2
3f ()
4{
5  empty_t i;
6  bar (i);
7}
8