CMake/Tests/Visibility/shared.c

7 lines
74 B
C

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