(Crude) Cyclic Type Checking

This commit is contained in:
Ginger Bill
2016-12-04 23:25:52 +00:00
parent 76e724718c
commit c71b547cde
8 changed files with 209 additions and 164 deletions

View File

@@ -1,8 +1,6 @@
// #import "game.odin";
#import "fmt.odin";
x := type_info(int);
main :: proc() {
fmt.println(123);
}