Reorganisation of the source tree
[ghc-hetmet.git] / compiler / ilxGen / tests / yes.hs
diff --git a/compiler/ilxGen/tests/yes.hs b/compiler/ilxGen/tests/yes.hs
new file mode 100644 (file)
index 0000000..1dc4f08
--- /dev/null
@@ -0,0 +1,5 @@
+
+foreign import "ilxHello" unsafe ilxHello :: IO ()
+
+main :: IO ()
+main = ilxHello >> main
\ No newline at end of file