index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
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(); }