diff options
| author | Ginger Bill <github@gingerbill.org> | 2016-10-26 12:00:40 +0100 |
|---|---|---|
| committer | Ginger Bill <github@gingerbill.org> | 2016-10-26 12:00:40 +0100 |
| commit | 6996df410456292b358b8deaabd5ba2aea7af069 (patch) | |
| tree | d9876153288e8af0213a41a613b58af5f532f355 /code | |
| parent | a5c1e83ce401eb78ae8e5b7b6a36ec812b3dfbf0 (diff) | |
Fix double declarations with enum bug
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 a62485b80..5d84f9340 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -6,5 +6,3 @@ main :: proc() { v[0] = 123 fmt.println("Hellope!", v, v[0], a) } - - |