summaryrefslogtreecommitdiff
path: root/test/files/run/t7198.scala
blob: 26e1d8805a8b0b209ad02eb8ede2807dbb85b69c (plain) (blame)
1
2
3
4
5
6
7
8
9
/* spew a few lines
 * filter: Over the moon
 */
object Test extends App {
  Console println "The quick brown fox jumped"
  Console println "Over the moon"
  Console println "And ran away with the vixen."
  Console println "Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28)."
}