Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr83121_1.C
blob01d134e1da5c191ddad489bd37e9dffb45b099e7
1 struct Environment {
2   struct AsyncHooks {
3     int providers_[1];
4   };
5   AsyncHooks async_hooks_;
6 };
7 void fn1() { Environment a; }
8 int main ()