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