xref: /llvm-project/lldb/test/API/lang/objc/modules-inline-functions/module.modulemap (revision a58eefa115588d6385ac40d05eb677267f48fc89)
1*a58eefa1SDave Leemodule myModule {
2*a58eefa1SDave Lee  header "myModule.h"
3*a58eefa1SDave Lee  export *
4*a58eefa1SDave Lee}
5