Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
Tests
/
RunCMake
/
Emscripten
/
module.cxx
blob: b4d46b123f7e12951062faadc319e3520ad0d9eb [
file
] [
log
] [
blame
]
#include
"module.h"
int
i
;
int
main
()
{
i
=
INTERNAL
;
return
i
;
}