Add tests for non-object IR file
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-7c.c
CommitLineData
af55061b
L
1extern int foo;
2extern int foo2;
3
4static void
5__attribute__ ((unused, constructor))
6set_foo (void)
7{
8 foo = foo2;
9}
This page took 0.111286 seconds and 4 git commands to generate.