mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-17 16:38:22 +00:00
(Crude) Cyclic Type Checking
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// #import "game.odin";
|
||||
#import "fmt.odin";
|
||||
|
||||
x := type_info(int);
|
||||
|
||||
main :: proc() {
|
||||
fmt.println(123);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user