Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CXXModulesCompile
/
unity-build
/
importable.cxx
blob: 148b033aed9a41f9672b04db1461f17d89df5fd0 [
file
]
module
;
#include
"unity.h"
export
module importable
;
export
int
from_import
()
{
return
unity1
()
+
unity2
();
}