summaryrefslogtreecommitdiff
path: root/test/files/run/t4625c.script
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4625c.script')
-rw-r--r--test/files/run/t4625c.script7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t4625c.script b/test/files/run/t4625c.script
new file mode 100644
index 0000000000..16159208e0
--- /dev/null
+++ b/test/files/run/t4625c.script
@@ -0,0 +1,7 @@
+
+val x = "value x"
+val y = "value y"
+
+object Main extends App {
+ println(s"Test ran with $x.")
+}