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

object Test {

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

}