CMake/Tests/Visibility/shared.c

4 lines
72 B
C

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