binutils-gdb/ld/testsuite/ld-elf/pr26094-1b.c

7 lines
60 B
C
Raw Normal View History

extern void *foo();
int main (void)
{
foo(); return 0;
}