Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
ld
/
testsuite
/
ld-i386
/
got1b.c
blob: cf0c78e222a4e6eeae216e9db856055983ec616b [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
foo
(
void
)
{
printf
(
"%s\n"
,
__FUNCTION__
);
}