summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t1808.scala
blob: 125c7c1cdf964357068e53b0dbc32cd4853a8ae0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// $Id$

import scala.util.continuations._


object Test {
  def main(args: Array[String]): Unit = {
    reset0 { 0 }
  }
}