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