blob: e663b9acc1c6ae251f6e5e58b257ff438a5c809e [file] [log] [blame]
struct s
{
int f;
};
struct s
f ()
{
int addr;
return *(struct s *) &addr;
}