summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CXXModules/examples/internal-partitions/importable.cxx
blob: b872ae98cd234132452448f8f34c79952fe60d48 (plain)
1
2
3
4
5
6
7
8
9
export module importable;
import : internal_partition;

#include "internal-partitions_export.h"

export INTERNAL_PARTITIONS_EXPORT int from_import()
{
  return from_partition();
}