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

object Test {

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

}