Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-1_0.c
blob48bbdf02de76ae5f764626bde8db8a5c317651f3
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options { -r -nostdlib } } */
4 float a;
5 double sin ();
6 void
7 speex_resampler_init_frac ()
9 a = sin (0);