PR tree-optimization/84740
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20081224_0.c
blob9f9afdf85c7dbb1a86f8c56eae6831b93680f9c4
1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-flto -flto-partition=1to1 -r -nostdlib -fPIC}} } */
4 #include "20081224_0.h"
6 extern struct foo x;
8 void f(void) {
9 x.x = 0;