ld: Skip some x86 IFUNC tests for Solaris
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr16467c.c
1 #include <stdio.h>
2 const char* sd_get_seats(void);
3
4 int
5 main (int argc, char **argv)
6 {
7 printf("%s\n", sd_get_seats());
8 return 0;
9 }
This page took 0.030369 seconds and 4 git commands to generate.