1package main 2 3import _ "./linkname1" 4import "./linkname2" 5 6func main() { // ERROR "can inline main" 7 str := "hello/world" 8 bs := []byte(str) // ERROR "\(\[\]byte\)\(str\) escapes to heap" 9 if y.ContainsSlash(bs) { // ERROR "inlining call to y.ContainsSlash" 10 } 11} 12