PR22220, BFD linker wrongly marks symbols as PREVAILING_DEF_IRONLY
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr13183b.c
1 extern int foo(void);
2
3 int main(void)
4 {
5 return foo();
6 }
This page took 0.030137 seconds and 4 git commands to generate.