1struct s
2{
3  int f;
4};
5
6struct s
7f ()
8{
9  int addr;
10  return *(struct s *) &addr;
11}
12