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

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