Files
swift-mirror/test/IRGen/Inputs/has_symbol/module.modulemap
2022-12-22 10:55:30 -05:00

10 lines
165 B
Plaintext

module has_symbol_helper_clang {
header "has_symbol_helper_clang.h"
export *
}
module has_symbol_helper_objc {
header "has_symbol_helper_objc.h"
export *
}