FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 941111-1.c
blob3f0c28bef12f9c8e51ebb7154d3f7a9b74966a02
1 main ()
3 struct S { int i; char c; } obj1, obj2;
5 foo ();
6 if (obj1.c != obj2.c)
7 bar ();