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

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