blob: e5985dfbfda379ccf4453ff1ce1eedf6ba18cf9a [file] [log] [blame]
extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
int
foo (void)
{
return 1;
}