PR22220, BFD linker wrongly marks symbols as PREVAILING_DEF_IRONLY
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7b.c
CommitLineData
af55061b
L
1extern int foo;
2
3static void
4__attribute__ ((unused, constructor))
5set_foo (void)
6{
7 foo = 30;
8}
This page took 0.227321 seconds and 4 git commands to generate.