mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
18 lines
151 B
C
18 lines
151 B
C
|
int
|
||
|
obj6func1 (int a __attribute__ ((unused)))
|
||
|
{
|
||
|
return 77;
|
||
|
}
|
||
|
|
||
|
int
|
||
|
obj6func2 (int a)
|
||
|
{
|
||
|
return foo (a) + 46;
|
||
|
}
|
||
|
|
||
|
int
|
||
|
preload (int a)
|
||
|
{
|
||
|
return a;
|
||
|
}
|