mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix #5265
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Tests issue #5265 https://github.com/odin-lang/Odin/issues/5265
|
||||
package test_issues
|
||||
|
||||
main :: proc() {
|
||||
a: i128 = 1
|
||||
assert(1 / a == 1)
|
||||
assert(a / 1 == 1)
|
||||
}
|
||||
Reference in New Issue
Block a user