mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
38c23bcdda
Fixes the rest of rdar://137014448.
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
module CTakesPtrNullable {
|
|
header "c_takes_ptr_nullable.h"
|
|
}
|
|
|
|
module CTakesPtrNonNull {
|
|
header "c_takes_ptr_nonnull.h"
|
|
}
|