codegen: prepare for variable emitting

This commit is contained in:
Luna 2019-09-27 17:18:38 -03:00
parent 7def9abc5a
commit 3f48be3420
2 changed files with 32 additions and 23 deletions

View file

@ -3,7 +3,7 @@ const (
)
fn f() i32 {
var a = 3;
// var a = 3;
// return a;
return 2;
}