llgo/ssa/abi: PathOf fix - support trim PatchPathPrefix

This commit is contained in:
xushiwei
2024-06-19 17:06:56 +08:00
parent c586319978
commit 6058b9851c
4 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
package main
import "errors"
func main() {
err := errors.New("error")
panic(err)
}