Reorganisation of the source tree
[ghc-hetmet.git] / compiler / ilxGen / tests / test16.hs
diff --git a/compiler/ilxGen/tests/test16.hs b/compiler/ilxGen/tests/test16.hs
new file mode 100644 (file)
index 0000000..0e8b997
--- /dev/null
@@ -0,0 +1,5 @@
+
+
+data MMaybe a = No | Yes a 
+
+main = putStr "hello world\n"
\ No newline at end of file