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
/
Framework
/
bar.cxx
blob: 37c132a0f4d2f87bed6b5650d73fa58bb57e6c98 (
plain
)
1
2
3
4
5
6
void
foo
();
int
main
()
{
foo
();
return
0
;
}