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
/
Modules
/
TestForANSIStreamHeaders.cxx
blob: 0ae97234b1e819a8b2460d8c57b84e9f8e5361a7 (
plain
)
1
2
3
4
5
6
#include <iostream>
int
main
(
int
,
char
*[])
{
return
0
;
}