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

//line /tmp/cgotest2935482177/src/cgotest/issue8756.go:1:1
package cgotest

/*
#cgo LDFLAGS: -lm
#include <math.h>
*/
import _ "unsafe"
import (
	"testing"

	"cgotest/issue8756"
)

func test8756(t *testing.T) {
	issue8756.Pow()
	( /*line :16:2*/_Cfunc_pow /*line :16:6*/)(1, 2)
}
