cmake/Tests/Visibility/shared.c

7 lines
74 B

extern int not_hidden(void);
int shared(void)
{
return not_hidden();
}