Improved variable lifetime tracking
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
main() {
|
||||
return 1+2*3
|
||||
x := f(2, 3)
|
||||
syscall(60, x)
|
||||
}
|
||||
|
||||
f(x, y) {
|
||||
return (x + y) * (x + y)
|
||||
}
|
Reference in New Issue
Block a user