1 2 3 4 5 6 7 8 9 10 11
package issue8756 /* #cgo LDFLAGS: -lm #include <math.h> */ import "C" func Pow() { C.pow(1, 2) }