github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/asm_include/foo_other.go (about) 1 package foo 2 3 // Other architectures are not supported for this test. This function just 4 // returns what the assembly function was supposed to return. 5 func foo() int32 { 6 return 42 7 }