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

object Test {

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

}