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