Files
swift-mirror/test/Sema/Inputs/has_symbol/module.modulemap
Allan Shortlidge d480410931 Sema: Diagnose unsupported clang decls for #_hasSymbol.
Progress towards rdar://103408651.
2022-12-22 10:55:29 -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 *
}