Improved variable lifetime tracking
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
main() {
|
||||
address := 4194304 + 1
|
||||
length := (0 + 50 - 20) * 10 / 100
|
||||
length := 3
|
||||
print(address, length)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user