Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CXXModules / examples / partitions / importable.cxx
1 export module importable;
2 export import : partition;
3
4 #include "partitions_export.h"
5
6 export PARTITIONS_EXPORT int from_import()
7 {
8   return from_partition();
9 }