// WITH_RUNTIME fun foo(bar: Sequence) { for (a in bar) print(a) }