Add and use check_lto_shared_available
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-14b.c
1 extern int bar(void);
2 extern int i;
3
4 void foo(void)
5 {
6 i = bar();
7 }
This page took 0.032316 seconds and 4 git commands to generate.