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
/
Dependency
/
Seven
/
SevenSrc.c
blob: e1f3329e87291ae39e6647c9f4f1c542a7dfc288 (
plain
)
1
2
3
4
5
6
void
TwoFunction
();
void
SevenFunction
()
{
TwoFunction
();
}