Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / CXXModules / examples / export-interface-install / private.cxx
1 export module priv;
2
3 export int from_private()
4 {
5   return 0;
6 }