mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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"
|
|
}
|