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

object Test {

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

}