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

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