xref: /aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/asm_include/foo_other.go (revision 9bb1b549b6a84214c53be0924760be030e66b93a)
1package foo
2
3// Other architectures are not supported for this test. This function just
4// returns what the assembly function was supposed to return.
5func foo() int32 {
6	return 42
7}
8