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

object Test {

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

}