Sign in
go
/
go
/
master
/
.
/
src
/
runtime
/
testdata
/
testprogcgo
/
cgonocallback.c
blob: 465a48436186f118c80ed8998388f6cd6aa9f576 [
file
] [
log
] [
blame
]
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include
"_cgo_export.h"
void
runCShouldNotCallback
()
{
CallbackToGo
();
}