1 /* PR debug/41893 */ 2 /* { dg-do compile } */ 3 4 extern struct S s; 5 6 void func2(void)7 func2 (void) 8 { 9 &s; 10 } 11