module ExternCtx { header "ExternCtx.h" } module ExportAsCore { header "ExportAsCore.h" export_as ExportAs } module ExportAs { header "ExportAs.h" export * } module HeaderLib { header "HeaderLib.h" } module InstancetypeModule { header "InstancetypeModule.h" } module BrokenTypes { header "BrokenTypes.h" } module ModuleWithWrongCase { header "ModuleWithWrongCase.h" } module ModuleWithWrongCasePrivate { header "ModuleWithWrongCasePrivate.h" } module Namespaces { header "Namespaces.h" } module Templates { header "Templates.h" } module SwiftImportAs { header "SwiftImportAs.h" }