Fix the PR22983 test so that it will work regardless of the order of the symbols...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr21382b.c
CommitLineData
59fa66c5
L
1extern void x (void);
2
3void
4y (void)
5{
6 x ();
7}
This page took 0.075522 seconds and 4 git commands to generate.