* passes.c (ipa_write_summaries): Only modify statements if body
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / pr52634_0.c
blob7aba0cd3caf03e86d25c8fc021dfe758b8f9fb6d
1 /* { dg-require-weak "" } */
2 /* { dg-require-alias "" } */
3 /* { dg-lto-do link } */
4 /* { dg-lto-options {{-flto -r -nostdlib -flto-partition=1to1}} */
5 /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
6 extern int cfliteValueCallBacks;
7 void baz (int *);
8 int main () { baz(&cfliteValueCallBacks); }