aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/asm_include/foo_other.go
blob: b27cd1c8d30a9b89cefe159da9bae015fd690555 (plain)
1
2
3
4
5
6
7
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
}