mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-06 02:34:05 +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