importable.cxx 159 B

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