Files
swift-mirror/test/Interop/C/struct/Inputs/module.modulemap
2025-10-22 14:53:11 -07:00

25 lines
408 B
Plaintext

module StructDeclContext {
header "struct-decl-context.h"
export *
}
module ForeignReference {
header "foreign-reference.h"
}
module ForeignReferenceInvalid {
header "foreign-reference-invalid.h"
}
module StructAsOptionSet {
header "struct-as-option-set.h"
}
module NoncopyableStructs {
header "noncopyable-struct.h"
}
module ReturnForeignReference {
header "return-foreign-reference.h"
}