Change objfile::partial_symtabs to be a unique_ptr
[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.318086 seconds and 4 git commands to generate.