1 struct S0 2 { 3 int m0; 4 char m1; 5 6 S0(); 7 }; 8 9 struct S1 10 { 11 int m0; 12 13 S1(); 14 }; 15 16 extern S0* bar; 17 18 extern S1* foo; 19