Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CXXModules / sources / module.cxx
1 export module M;
2 export import M : part;
3 import M : internal_part;
4
5 int f();