Reorganisation of the source tree
[ghc-hetmet.git] / compiler / ilxGen / tests / test5.hs
diff --git a/compiler/ilxGen/tests/test5.hs b/compiler/ilxGen/tests/test5.hs
new file mode 100644 (file)
index 0000000..13d6028
--- /dev/null
@@ -0,0 +1,5 @@
+data One a = One a
+
+choose (One x) = x
+main = putStr (choose (One "hello world\n"))
+