blob: 33f38f6c204de47fa28da503a81ecf0d30fd80e3 [file] [log] [blame]
/* { dg-lto-do link } */
struct X;
struct Y {
struct X (*fnptr)(struct X);
};
struct Y foo;