main()1 main ()
2 {
3   struct S { int i; char c; } obj1, obj2;
4 
5   foo ();
6   if (obj1.c != obj2.c)
7     bar ();
8 }
9