blob: 5873b793c4fe31ccecea6d092a1a90bdad39e427 [file] [log] [blame]
/* { dg-lto-do link } */
/* { dg-extra-ld-options { -r -nostdlib -flinker-output=nolto-rel } } */
float a;
double sin ();
void
update_filter ()
{
a = sin (0);
}