// Code generated by cmd/cgo; DO NOT EDIT.

//line /home/xzl/work/golang-1.22/golang-1.22/src/cmd/cgo/internal/test/issue8828/trivial.go:1:1
// Copyright 2014 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.

package issue8828

//void foo();
import _ "unsafe"

func Bar() {
	( /*line :11:2*/_Cfunc_foo /*line :11:6*/)()
}
