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
/
TIClang
/
module.cxx
blob: b4d46b123f7e12951062faadc319e3520ad0d9eb (
plain
)
1
2
3
4
5
6
7
#include
"module.h"
int
i
;
int
main
()
{
i
=
INTERNAL
;
return
i
;
}