mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Imported C functions and variables are not necessarily public in their modules. rdar://100874714
5 lines
41 B
C
5 lines
41 B
C
|
|
long privateCFunc();
|
|
|
|
long privateCVar;
|