mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Fix issue #31; Removed down_cast
This commit is contained in:
@@ -14,5 +14,9 @@
|
||||
#import "utf16.odin";
|
||||
|
||||
main :: proc() {
|
||||
|
||||
if x := 0; x < 0 {
|
||||
fmt.println(x);
|
||||
} else {
|
||||
fmt.println(x);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user