Fix issue #31; Removed down_cast

This commit is contained in:
Ginger Bill
2017-04-04 21:54:55 +01:00
parent 382a5ca6a2
commit 3e80411d37
7 changed files with 70 additions and 75 deletions

View File

@@ -14,5 +14,9 @@
#import "utf16.odin";
main :: proc() {
if x := 0; x < 0 {
fmt.println(x);
} else {
fmt.println(x);
}
}