ld: Skip some x86 ifunc tests for lynxos and nto
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / ifunc-common-1a.c
1 #include <stdio.h>
2
3 int foo;
4 int
5 main ()
6 {
7 printf ("PASSED: %d\n", foo);
8 return 0;
9 }
This page took 0.035596 seconds and 4 git commands to generate.