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