Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7b.c
1 extern int foo;
2
3 static void
4 __attribute__ ((unused, constructor))
5 set_foo (void)
6 {
7 foo = 30;
8 }
This page took 0.029056 seconds and 4 git commands to generate.