glibc/elf/tst-relsort1mod1.c
2012-01-27 15:05:19 -05:00

8 lines
65 B
C

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