llvm/clang/test/Modules/Inputs/import-once/IndirectImporter.framework/Modules/module.modulemap

framework module IndirectImporter {
    umbrella header "IndirectImporter.h"
    export *
}