llgo/ssa: DeferAlways/DeferInCond/DeferInLoop

This commit is contained in:
xushiwei
2024-06-03 02:43:04 +08:00
parent 6ac6fb0192
commit cfca98512a
4 changed files with 63 additions and 22 deletions

View File

@@ -12,7 +12,6 @@ func main() {
defer println(s)
} else {
defer println("world")
return
}
defer println("bye")
}