We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b232fa commit 0103fb4Copy full SHA for 0103fb4
test/IDE/Inputs/custom-modules/ImportAsMember.h
@@ -11,7 +11,7 @@ extern double IAMStruct1GlobalVar
11
extern struct IAMStruct1 IAMStruct1CreateSimple(double value)
12
__attribute__((swift_name("Struct1.init(value:)")));
13
14
-extern struct IAMStruct1 IAMStruct1CreateSpecialLabel()
+extern struct IAMStruct1 IAMStruct1CreateSpecialLabel(void)
15
__attribute__((swift_name("Struct1.init(specialLabel:)")));
16
17
extern struct IAMStruct1 IAMStruct1Invert(struct IAMStruct1 s)
0 commit comments