blob: 2d8410fa830cfaf402e4535ac0942895427e2724 [file] [log] [blame]
package b
import (
"github.com/bazelbuild/rules_go/tests/core/cgo/split_import/a"
"github.com/bazelbuild/rules_go/tests/core/cgo/split_import/cgo"
)
func HalfAnswer() int {
return cgo.Half(a.Answer())
}