rt_gccstream/gcc/testsuite/gcc.c-torture/compile/941111-1.c

9 lines
101 B
C

main ()
{
struct S { int i; char c; } obj1, obj2;
foo ();
if (obj1.c != obj2.c)
bar ();
}