2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-1_0.c
blob43cba36a30f853ba03c409a6ce79374149fe18e8
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 speex_resampler_init_frac ()
9 a = sin (0);