* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7c.c
CommitLineData
af55061b
L
1extern int foo;
2extern int foo2;
3
4static void
5__attribute__ ((unused, constructor))
6set_foo (void)
7{
8 foo = foo2;
9}
This page took 0.0309739999999999 seconds and 4 git commands to generate.