mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 05:23:12 +00:00
Begin changing union syntax
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#import "mem.odin";
|
||||
#import "opengl.odin";
|
||||
#import "os.odin";
|
||||
#import "halloc.odin";
|
||||
// #import "halloc.odin";
|
||||
|
||||
main :: proc() {
|
||||
m: map[int]int;
|
||||
|
||||
Reference in New Issue
Block a user