index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Visibility
/
shared.c
blob: bb949769536f6454018071409bd78cbb643c107f (
plain
)
1
2
3
extern
int
not_hidden
(
void
);
int
shared
(
void
) {
return
not_hidden
(); }