Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_go
/
c80ebd13ddc794884bfd2fe68fcfda646e905bf1
/
.
/
tests
/
bcr
/
cgo_nestedmod_test.go
blob: f95fc1be58dba524fd32f2e41a6c68fa0896d8ac [
file
]
package cgonested
import "testing"
func TestBar(t *testing.T) {
want := 278
if got := Bar(); got != want {
t.Errorf("got %d ; want %d", got, want)
}
}