Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930326-1.c
blob74f4ef6363755c8867f7b7e1f793ee471a8fdc9d
1 struct
3 char a, b, f[3];
4 } s;
6 long i = s.f-&s.b;
7 long long j = s.f-&s.b;