Sign in
◑
Theme
go
/
go.git
/
06478e4b4659966e4f5dba1f399da9767995fee5
/
.
/
src
/
runtime
/
testdata
/
testprogcgo
/
cgonocallback.c
blob: 465a48436186f118c80ed8998388f6cd6aa9f576 [
file
]
// 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
();
}