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