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