// WITH_DEFAULT_VALUE: false fun foo(i: Int): Int { return i / 2 } fun test() { foo((1 + 2) * (3 - 4)) }