importable.cxx 179 B

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