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: 7a0793922d5c2fc19c0524760bc4d425a0f583a5 (
plain
)
1
2
3
4
5
6
extern
int
not_hidden
(
void
);
int
shared
(
void
)
{
return
not_hidden
();
}