Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 931013-3.c
blobe663b9acc1c6ae251f6e5e58b257ff438a5c809e
1 struct s
3 int f;
4 };
6 struct s
7 f ()
9 int addr;
10 return *(struct s *) &addr;