OSDN Git Service

2007-01-18 Hui-May Chang <hm.chang@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920501-21.c
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);}