Skip to content

Commit a3b30e2

Browse files
committed
Update mock CoreFoundation to be c++ friendly
1 parent bee45ae commit a3b30e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Inputs/clang-importer-sdk/usr/include/CoreFoundation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#define __COREFOUNDATION__ 1
44

55
typedef const struct __CFAllocator * CFAllocatorRef;
6-
const CFAllocatorRef kCFAllocatorDefault;
6+
extern const CFAllocatorRef kCFAllocatorDefault;
77

88

99
typedef const void *CFTypeRef;

0 commit comments

Comments
 (0)