1 2 3 4 5 6 7 8 9 10
/* { dg-lto-do run } */ struct bar {int x;}; extern struct bar foo(void); int main() { struct bar x=foo(); return 0; }