* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7d.c
CommitLineData
af55061b
L
1#include <stdlib.h>
2
3extern int foo;
4int foo2 = 2;
5
6void
7bar (void)
8{
9 if (foo != 30)
10 abort ();
11}
This page took 0.03084 seconds and 4 git commands to generate.