Use the IR symbol table for the IR input object
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-5a.c
1 extern void foo(void);
2
3 int main(void)
4 {
5 foo();
6 return 0;
7 }
This page took 0.033004 seconds and 4 git commands to generate.