diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-12-04 23:25:52 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-12-04 23:25:52 +0000 |
| commit | c71b547cdeecaa4cc7743be18fcc44f6a9da9c39 (patch) | |
| tree | 458bd31ba6d7b875e9fb1517530d590a425c3ffd /code | |
| parent | 76e724718c7711cc5bcc942178d5955991759589 (diff) | |
(Crude) Cyclic Type Checking
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/demo.odin b/code/demo.odin index 88b5c5064..d01db00ac 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,8 +1,6 @@ // #import "game.odin"; #import "fmt.odin"; -x := type_info(int); - main :: proc() { fmt.println(123); } |