Retro68/binutils/ld/testsuite/ld-ifunc/pr16467c.c

10 lines
135 B
C
Raw Normal View History

2015-08-28 15:32:19 +00:00
#include <stdio.h>
const char* sd_get_seats(void);
int
main (int argc, char **argv)
{
printf("%s\n", sd_get_seats());
return 0;
}