Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CXXModules / examples / internal-partitions / partition.cxx
1 module importable : internal_partition;
2
3 int from_partition()
4 {
5   return 0;
6 }