glibc/elf/tst-relsort1mod1.c

8 lines
65 B
C

extern int foo (double);
int
bar (void)
{
return foo (1.2);
}