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
/
RunCMake
/
CXXModules
/
examples
/
try-run
/
main.cxx
blob: 5c1bb4207bf416a3ca981a0ba115b156c1221ae1 (
plain
)
1
2
3
4
5
6
import importable
;
int
main
(
int
argc
,
char
*
argv
[])
{
return
from_import
() ==
1
;
}