xref: /llvm-project/lldb/test/API/lang/objc/modules-incomplete/module.modulemap (revision a58eefa115588d6385ac40d05eb677267f48fc89)
1*a58eefa1SDave Leemodule myModule {
2*a58eefa1SDave Lee  header "myModule.h"
3*a58eefa1SDave Lee  export *
4*a58eefa1SDave Lee}
5*a58eefa1SDave Lee
6*a58eefa1SDave Leemodule minmax {
7*a58eefa1SDave Lee  header "minmax.h"
8*a58eefa1SDave Lee  export *
9*a58eefa1SDave Lee}
10