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_cxx17_check.cpp
blob: 2cbf1d5e9f8a52358faafa7b2130f810e9812f36 (
plain
)
1
2
3
4
5
6
7
#include <cstdio>
#include <unordered_map>
int
main
()
{
return
0
;
}