blob: 5236f5764ba327628b38afbf6df8029c161c1b1c [file] [log] [blame]
extern int foo;
extern int foo2;
static void
__attribute__ ((unused, constructor))
set_foo (void)
{
foo = foo2;
}