summaryrefslogtreecommitdiff
path: root/test/pending/continuations-run/example1.scala
blob: e31d6af88ceee198ac01366013f008af8056171b (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)
  }
  
}