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
/
SourceGroups
/
nested.c
blob: 4e314807f9bbf3929a2dac0da9ad834dc5e82788 (
plain
)
1
2
3
4
int
nested
(
void
)
{
return
123
;
}