Map local variables in IR to their original names
This commit is contained in:
@@ -0,0 +1 @@
|
||||
58
|
||||
@@ -0,0 +1,6 @@
|
||||
proc main() {
|
||||
var i: int;
|
||||
i := 28;
|
||||
|
||||
printi(i + 30);
|
||||
}
|
||||
Reference in New Issue
Block a user