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