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
/
Source
/
Checks
/
cm_cxx14_cstdio.cpp
blob: f5806a9c66200cbcfd727509bacd3b800f51ab3b (
plain
)
1
2
3
4
5
#include <cstdio>
int
main
()
{
return
0
;
}