Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/386/go/test/linkname.dir/linkname1.go
package x func indexByte(xs []byte, b byte) int { // ERROR "indexByte xs does not escape" for i, x := range xs { if x == b { return i } } return -1 }