* passes.c (ipa_write_summaries): Only modify statements if body
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-2_0.c
blob5873b793c4fe31ccecea6d092a1a90bdad39e427
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */
4 float a;
5 double sin ();
6 void
7 update_filter ()
9 a = sin (0);