summaryrefslogblamecommitdiff
path: root/test/pending/continuations-run/example5.scala
blob: 241e8cd06994ae352d801b5fc2e2f5f0f8eadad6 (plain) (tree)
1
2
3
4
5
6
7
8
9


             
  


                                           
  
 
// $Id$

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