blob: 562aff54fd703722bac35f68c57d3ae656cdb5bb [file] [log] [blame]
fun test() {
// start
foo()
// middle
foo()
// end
}
fun foo() {}