Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8916bca0c46ffc2dab3158ea43a90442d25e98c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
partitions
/
main.cxx
blob: c5b78c9c52ec638785ef32bdde8dc1420b19def4 [
file
] [
log
] [
blame
]
import
importable
;
int
main
(
int
argc
,
char
*
argv
[])
{
return
from_import
()
+
from_partition
();
}