blob: e3795516cf5026ce09fa09cdf7fc607e30118c16 [file] [log] [blame]
// IS_APPLICABLE: false
fun new(x: Int, y: Int): Int {
var c = 5
c /= <caret>10
return 1
}