1 2 3 4 5 6 7 8
export module importable : partition; #include "partitions_export.h" export PARTITIONS_EXPORT int from_partition() { return 0; }