summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/lto-7b.c
blob: 179813004fa19b30acb2d40eb2d22b7c48f4ce8f (plain)
1
2
3
4
5
6
7
8
extern int foo;

static void
__attribute__ ((unused, constructor))
set_foo (void)
{
  foo = 30;
}