glibc/elf/tst-relsort1mod1.c

8 lines
65 B
C
Raw Normal View History

2012-01-27 21:05:19 +01:00
extern int foo (double);
int
bar (void)
{
return foo (1.2);
}