llgo/ssa: abiMethodOf; AfterInit bugfix

This commit is contained in:
xushiwei
2024-05-27 14:32:23 +08:00
parent c0a156f347
commit 8e89dc8aa9
10 changed files with 567 additions and 266 deletions

View File

@@ -16,6 +16,8 @@ func (e *errorString) Error() string {
}
func main() {
println("main")
err := New("an error")
println("err")
println(err, err.Error())
}