Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_go
/
38f9c871ebce1e1b27f4d1fea7120e9cf430d2e6
/
.
/
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)
}
}