Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_go
/
489fb4f4b6200c69a7a5b2e672e02466b148f9ef
/
.
/
tests
/
asm_include
/
foo_test.go
blob: 5ca67b941e36f4933bc0f66c3de8e32ccbf5821e [
file
]
package foo
import "testing"
func TestFoo(t *testing.T) {
x := foo()
if x != 42 {
t.Errorf("got %d; want %d", x, 42)
}
}