zero-strct-1.c   [plain text]


typedef struct { } empty_t;

f ()
{
  empty_t i;
  bar (i);
}