2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / zero-strct-2.c
blob0f97f7d12b269b15a36feac447d962a6ffd74e5c
1 struct { } foo = { };
2 void * bar(void) { return &foo; }