Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7c.c
blob5236f5764ba327628b38afbf6df8029c161c1b1c
1 extern int foo;
2 extern int foo2;
4 static void
5 __attribute__ ((unused, constructor))
6 set_foo (void)
8 foo = foo2;