Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_go
/
489fb4f4b6200c69a7a5b2e672e02466b148f9ef
/
.
/
tests
/
asm_include
/
foo_other.go
blob: b27cd1c8d30a9b89cefe159da9bae015fd690555 [
file
]
package foo
// Other architectures are not supported for this test. This function just
// returns what the assembly function was supposed to return.
func foo() int32 {
return 42
}