Fix spurious failures in ld-plugin/lto.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7d.c
1 #include <stdlib.h>
2
3 extern int foo;
4 int foo2 = 2;
5
6 void
7 bar (void)
8 {
9 if (foo != 30)
10 abort ();
11 }
This page took 0.02983 seconds and 4 git commands to generate.