2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20100423-3_0.C
blob49564a586b4a9c8802fd92d129767f1cd3918879
1 // { dg-lto-do assemble }
2 // { dg-lto-options {{-flto -g}} }
4 inline int foo()
6   static union { int i; };
7   return i;
10 void bar()
12   foo();