931013-3.c   [plain text]


struct s
{
  int f;
};

struct s
f ()
{
  int addr;
  return *(struct s *) &addr;
}