summaryrefslogtreecommitdiff
path: root/test/pending/pos/t1380/hallo.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/pos/t1380/hallo.scala')
-rw-r--r--test/pending/pos/t1380/hallo.scala3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pending/pos/t1380/hallo.scala b/test/pending/pos/t1380/hallo.scala
new file mode 100644
index 0000000000..27ecd9fb8b
--- /dev/null
+++ b/test/pending/pos/t1380/hallo.scala
@@ -0,0 +1,3 @@
+object hallo {
+ def main(args:Array[String]) = println("hallo")
+}