2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-07 13:28:05 +08:00
glibc/elf/testobj6.c

20 lines
173 B
C
Raw Normal View History

#include "testobj.h"
int
obj6func1 (int a __attribute__ ((unused)))
{
return 77;
}
int
obj6func2 (int a)
{
return foo (a) + 46;
}
int
preload (int a)
{
return a;
}