summaryrefslogblamecommitdiff
path: root/test/files/run/t4625c.script
blob: fa14f43950dfbcfb0c087cee45b617c614f7e28b (plain) (tree)
1
2
3
4
5
6





                               
val x = "value x"

object Main extends App {
  println(s"Test ran with $x.")
}