blob: 8197687198e68dd6d3da52bf76a52ebd9dd21099 [file] [log] [blame]
extern int foo __attribute ((weak));
int
_start (void)
{
if (&foo)
return foo;
}