mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Fix double declarations with enum bug
This commit is contained in:
@@ -6,5 +6,3 @@ main :: proc() {
|
||||
v[0] = 123
|
||||
fmt.println("Hellope!", v, v[0], a)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user