summaryrefslogtreecommitdiff
path: root/testsuite/tests/iserv-remote/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/iserv-remote/Main.hs')
-rw-r--r--testsuite/tests/iserv-remote/Main.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/iserv-remote/Main.hs b/testsuite/tests/iserv-remote/Main.hs
new file mode 100644
index 0000000000..dcc2354287
--- /dev/null
+++ b/testsuite/tests/iserv-remote/Main.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE TemplateHaskell #-}
+
+import Lib (x)
+
+main = putStrLn "Hello World" >> print $(x 10)