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