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