mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-25 16:51:48 +00:00
Fix: double declaration in SSA
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#import "fmt.odin"
|
||||
#import "game.odin"
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hello")
|
||||
game.run()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user