2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930525-1.c
blob00c2e263b8263db93edbf2fee32657cf1f8ae381
1 typedef struct foo foo_t;
2 foo_t x;
3 struct foo {
4 int i;
5 };
7 foo_t x = { 10 };