summaryrefslogtreecommitdiff
path: root/test/pending/continuations-run/example6.scala
blob: 5207e3fc682c5ecf29435770a861666ab1242bde (plain) (blame)
1
2
3
4
5
6
7
8
9
// $Id$

object Test {

  def main(args: Array[String]): Any = {
    examples.continuations.Test6.main(args)
  }

}