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
/
sub2
/
qux.c
blob: 1a8b6f9ba6ea36ebf7f40605f4acf5d7bace83ba (
plain
)
1
2
3
4
int
qux
(
void
)
{
return
1234
;
}