Files
swift-mirror/test/Interop/Cxx/availability/Inputs/module.modulemap
Egor Zhdan 80cd6b0795 [cxx-interop] Remove redundant [extern_c] in tests
`[extern_c]` module attribute has no effect in these tests.
2024-10-04 16:50:21 +01:00

4 lines
61 B
Plaintext

module SomeModule {
requires objc
header "SomeModule.h"
}