Fix: double declaration in SSA

This commit is contained in:
Ginger Bill
2016-09-27 19:47:27 +01:00
parent f6bbd8a4c2
commit 6088cbeddb
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,5 @@
#import "fmt.odin"
#import "game.odin"
main :: proc() {
fmt.println("Hello")
game.run()
}