Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / lto / materialize-1_0.c
blob1751d65d293ce1123388a1e14d817e5c9681b909
1 /* { dg-lto-options {{ -O3 -flto -flto-partition=1to1}} } */
2 /* { dg-lto-do run } */
3 extern void clone_me (int, int);
4 int a=15;
5 inline int inline_me ()
7 clone_me (0,a);