mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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;
|