Re-add support for lbarx, lharx, stbcx. and sthcx. insns back to the E6500 cpu.
[binutils-gdb.git] / ld / testsuite / ld-ifunc / pr16467c.c
blobe2a901c50accab5eb5a9482b3253d125db5af1d8
1 #include <stdio.h>
2 const char* sd_get_seats(void);
4 int
5 main (int argc, char **argv)
7 printf("%s\n", sd_get_seats());
8 return 0;