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
/
GhsMulti
/
GhsMultiDuplicateSourceFilenames
/
subfolder
/
test.c
blob: ef922a382ef22c3f3c5733cc63001263f8378dfd (
plain
)
1
2
3
4
int
test_b
(
void
)
{
return
2
;
}