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

3 lines
56 B
C

struct { } foo = { };
void * bar(void) { return &foo; }