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

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

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

func Pow() {
	( /*line :10:2*/_Cfunc_pow /*line :10:6*/)(1, 2)
}
