ld: Append -Wa,-mx86-used-note=no for S-records tests
[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.03517 seconds and 4 git commands to generate.