github.com/sercand/please@v13.4.0+incompatible/test/go_rules/cgo/cgo.go (about) 1 package cgo 2 3 // #include "cgo.h" 4 import "C" 5 6 // GetAnswer returns the answer to the great question of Life, the Universe and Everything. 7 func GetAnswer() int { 8 return int(C.GetAnswer()) 9 }