* Mainline merge as of 2006-02-16 (@111136).
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920501-21.c
blob4a9f05a1b2047d2fdffdfcc3769a68e068bda3b6
1 typedef unsigned short t;
2 struct foo{t d;};
3 int bar(d)t d;{struct foo u;u.d=d;return(int)(&u);}