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

object Test {

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

}