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