mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
c1e1bf2bd6
The check for implementationOnly imports was already done for types, but it was missing for functions. Fixes a crash when implementationOnly-importing a C module. https://bugs.swift.org/browse/SR-15048 rdar://81701218
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
module PrivateCModule {
|
|
header "c-module.h"
|
|
}
|