Improved variable lifetime tracking
This commit is contained in:
parent
6e1af81733
commit
3fe2cd1da2
17 changed files with 114 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
main() {
|
||||
address := 4194304 + 1
|
||||
length := (0 + 50 - 20) * 10 / 100
|
||||
length := 3
|
||||
print(address, length)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue