x86: Add -z noseparate-code to IFUNC tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / pr18841a.c
CommitLineData
cae1fbbb
L
1#include <stdio.h>
2
3extern void test(void);
4
5void zoo(){}
6
7int main()
8{
9 test();
10 printf("OK\n");
11 return 0;
12}
This page took 0.142407 seconds and 4 git commands to generate.