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

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