mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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 *
|
|
}
|