2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930326-1.c
blob97313d86aa971ddcfc869fb05644867578f89fec
1 struct
3 char a, b, f[3];
4 } s;
6 long i = s.f-&s.b;