Files
swift-mirror/test/Interop/C/chars/Inputs/module.modulemap
Daniel Duan 942893d7a6 ClangImporter: Preserve CChar type (#32692)
Addresses SR-466.
2020-07-08 10:18:58 -07:00

5 lines
71 B
Plaintext

module ImportCCharTypes {
header "import-cchar-types.h"
export *
}