./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / zero-strct-1.c
blobd3db812691b715ac191963d2edffe94078c6cf40
1 typedef struct { } empty_t;
3 f ()
5 empty_t i;
6 bar (i);