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