]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/lto/pr54625-2_0.c
6511ba5cc62ae89d5a8c87501ecebdbb07a8ec4c
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / pr54625-2_0.c
1 /* { dg-lto-do link } */
2 /* { dg-extra-ld-options { -r -nostdlib } } */
3
4 float a;
5 double sin ();
6 update_filter ()
7 {
8 a = sin (0);
9 }