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

object Test {

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

}