OSDN Git Service

2004-10-05 Andrew Pinski <pinskia@physics.uc.edu>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930326-1.c
1 struct
2 {
3   char a, b, f[3];
4 } s;
5
6 long i = s.f-&s.b;