mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Fix issue #23
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#import "fmt.odin";
|
||||
|
||||
main :: proc() {
|
||||
|
||||
{
|
||||
Vec2 :: [vector 2]f32;
|
||||
i: f32 = 1;
|
||||
b := Vec2{i, i};
|
||||
}
|
||||
|
||||
/*
|
||||
Version 0.1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user