summaryrefslogblamecommitdiff
path: root/test/files/run/t4625.script
blob: 600ceacbb653938e11985e3fee7e62d4955e4703 (plain) (tree)
1
2
3
4
5




                                       
object Main extends Runnable with App {
  def run() = println("Test ran.")
  run()
}