1 /* { dg-lto-do link } */
2 
3 #include "pr81440.h"
4 
5 extern struct_t my_struct;
6 
main()7 int main() {
8  return my_struct.ints[0];
9 }
10