mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
4017416d5e
Very early groundwork for private imports. Should not affect anything today.
5 lines
51 B
Plaintext
5 lines
51 B
Plaintext
module ObjCLib {
|
|
header "ObjCLib.h"
|
|
export *
|
|
}
|