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