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