1// NoProblems.modulemap
2module SomeTypes {
3  header "SomeTypes.h"
4  export *
5}
6module SomeDecls {
7  header "SomeDecls.h"
8  export *
9}
10