aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/920501-21.c
blob: 4a9f05a1b2047d2fdffdfcc3769a68e068bda3b6 (plain)
1
2
3
typedef unsigned short t;
struct foo{t d;};
int bar(d)t d;{struct foo u;u.d=d;return(int)(&u);}