1 2 3 4 5 6 7
/* { dg-lto-do link } */ struct X; struct Y { struct X (*fnptr)(struct X); }; struct Y foo;