// WITH_RUNTIME fun foo() = 0 to 10 fun bar(): Int { val (first, second) = foo() return first + second }