aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/run/t7198.scala
blob: 9390674cf583a786e737c43441674cee089c1993 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* spew a few lines
 * filter: Over the moon
 */
object Test extends dotty.runtime.LegacyApp {
  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)."
}