Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8916bca0c46ffc2dab3158ea43a90442d25e98c
/
.
/
Tests
/
RunCMake
/
CXXModules
/
examples
/
partitions
/
partition.cxx
blob: a47a4fdfde67e1c69044e8463bc8f79b90ae3f85 [
file
] [
log
] [
blame
]
export
module importable
:
partition
;
#include
"partitions_export.h"
export
PARTITIONS_EXPORT
int
from_partition
()
{
return
0
;
}