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
/
CompileFeatures
/
main.cpp
blob: 3a8e0fcea368b49b0e32cd21bb7a0afcbfd67198 (
plain
)
1
2
3
4
5
6
int
main
(
int
,
char
**)
{
auto
value
=
0
;
return
value
;
}