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

#include "internal-partitions_export.h"

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