llvm/clang/test/ClangScanDeps/Inputs/header-search-pruning/module.modulemap

module mod {
    header "mod.h"
    export *
}