Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-2_0.c
blob1ba463d70e89e5a129250b561dee3ebf68869165
1 /* { dg-lto-do link } */
2 /* { dg-lto-options { { -O0 -flto -w } { -O2 -flto -w } } } */
3 /* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */
5 float a;
6 double sin ();
7 void
8 update_filter ()
10 a = sin (0);