Fix double declarations with enum bug

This commit is contained in:
Ginger Bill
2016-10-26 12:00:40 +01:00
parent a5c1e83ce4
commit 6996df4104
2 changed files with 4 additions and 4 deletions
-2
View File
@@ -6,5 +6,3 @@ main :: proc() {
v[0] = 123
fmt.println("Hellope!", v, v[0], a)
}