Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
931013-3.c
blob: e663b9acc1c6ae251f6e5e58b257ff438a5c809e [
file
] [
log
] [
blame
]
struct
s
{
int
f
;
};
struct
s
f
()
{
int
addr
;
return
*(
struct
s
*)
&
addr
;
}