Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
IAR
/
module.cxx
blob: 5604435883eb08feb2696df384d90daaf50b9843 [
file
]
#include
"module.h"
__root
int
i
;
__root
int
main
()
{
i
=
INTERNAL
;
return
i
;
}