Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
ld
/
testsuite
/
ld-ifunc
/
pr18841a.c
blob: 72179d2dc979cb80b13946d6f5464c435e8e90ea [
file
]
#include
<stdio.h>
extern
void
test
(
void
);
void
zoo
(){}
int
main
()
{
test
();
printf
(
"OK\n"
);
return
0
;
}