Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7c.c
1 extern int foo;
2 extern int foo2;
3
4 static void
5 __attribute__ ((unused, constructor))
6 set_foo (void)
7 {
8 foo = foo2;
9 }
This page took 0.030041 seconds and 4 git commands to generate.