diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-02-12 11:41:06 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-02-12 11:41:06 +0000 |
| commit | 282f8bb06f18aca7f6a9838780d0e2c70a5d345e (patch) | |
| tree | 2f703875b2e15f67f16a2513390739796e8369a4 /code | |
| parent | b9ed546ce009e0701388fd4338326557316ab2a7 (diff) | |
Fix issue #23
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin index b95ae52af..238d638e4 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -1,6 +1,13 @@ #import "fmt.odin"; main :: proc() { + + { + Vec2 :: [vector 2]f32; + i: f32 = 1; + b := Vec2{i, i}; + } + /* Version 0.1.0 |