1 2 3 4 5 6 7 8 9
/* { dg-lto-do link } */ /* { dg-extra-ld-options { -r -nostdlib } } */ float a; double sin (); update_filter () { a = sin (0); }