linux-x86.exp: Compile with -I../bfd
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr21382a.c
CommitLineData
59fa66c5
L
1#include <stdio.h>
2
3extern void y (void);
4
5void
6x (void)
7{
8 printf ("PASS\n");
9}
10
11
12int
13main (void)
14{
15 y ();
16 return 0;
17}
This page took 0.157808 seconds and 4 git commands to generate.