summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/partitions/partition.cxx
blob: 20131cffd4558e8f34ef1f986f7c6bb8cdee6f1e (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;
}