rt_gccstream/gcc/testsuite/gcc.c-torture/compile/zero-strct-1.c

8 lines
62 B
C

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