summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CXXModules/examples/partitions/partition.cxx
blob: a47a4fdfde67e1c69044e8463bc8f79b90ae3f85 (plain)
1
2
3
4
5
6
7
8
export module importable : partition;

#include "partitions_export.h"

export PARTITIONS_EXPORT int from_partition()
{
  return 0;
}