MIPS/LD/testsuite: Verify microMIPS LA25 stub generation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr16467c.c
CommitLineData
4584ec12
L
1#include <stdio.h>
2const char* sd_get_seats(void);
3
4int
5main (int argc, char **argv)
6{
7 printf("%s\n", sd_get_seats());
8 return 0;
9}
This page took 0.125181 seconds and 4 git commands to generate.