Skip to content

Commit 203f3dd

Browse files
committed
remove extern.
1 parent 227fac9 commit 203f3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/testdata/testprogcgo/CgoNoCallback.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package main
1111
#cgo nocallback runCShouldNotCallback
1212
#cgo noescape runCShouldNotCallback
1313
14-
extern void CallbackToGo();
14+
void CallbackToGo();
1515
1616
static void runCShouldNotCallback() {
1717
CallbackToGo();

0 commit comments

Comments
 (0)