mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
10 lines
165 B
Plaintext
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 *
|
|
}
|