comp_ctx: remove Environment in favor of UnderlyingTypeMap
This commit is contained in:
parent
a081de93ce
commit
86c7f7dd6a
2 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ fn f() i32 {
|
|||
return 2;
|
||||
}
|
||||
|
||||
fn f2() i64 {
|
||||
fn f2() i32 {
|
||||
return 1301;
|
||||
}
|
||||
|
||||
|
@ -48,3 +48,7 @@ fn and_fn() bool {
|
|||
// print("piss\n");
|
||||
// // print("2 + 2 = %d\n", add(1, 2));
|
||||
//}
|
||||
|
||||
fn _start() i32 {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue