blob: 7a0793922d5c2fc19c0524760bc4d425a0f583a5 [file] [log] [blame]
extern int not_hidden(void);
int shared(void)
{
return not_hidden();
}