blob: c1770cd8a1f61729fcddcf66ae4fe9dad51eb518 [file] [log] [blame]
module Base {
module ImplicitSub {
header "Base.ImplicitSub.h"
module ImSub {
header "Base.ImplicitSub.ImSub.h"
}
explicit module ExSub {
header "Base.ImplicitSub.ExSub.h"
}
}
explicit module ExplicitSub {
header "Base.ExplicitSub.h"
module ImSub {
header "Base.ExplicitSub.ImSub.h"
}
explicit module ExSub {
header "Base.ExplicitSub.ExSub.h"
}
}
}
module SingleGenericClass {
header "SingleGenericClass.h"
export *
}
module OverrideBase [system] {
header "override.h"
export *
}
module OtherModule {
// Deliberately empty. Used by depends-on-swift-framework.swift.
}
module CompatibilityAlias {
header "CompatibilityAlias.h"
export *
}
module VersionedFMWK {
header "VersionedFMWK.h"
export *
}