summaryrefslogtreecommitdiff
path: root/compiler/ilxGen/tests/test16.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ilxGen/tests/test16.hs')
-rw-r--r--compiler/ilxGen/tests/test16.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/ilxGen/tests/test16.hs b/compiler/ilxGen/tests/test16.hs
new file mode 100644
index 0000000000..0e8b9974a9
--- /dev/null
+++ b/compiler/ilxGen/tests/test16.hs
@@ -0,0 +1,5 @@
+
+
+data MMaybe a = No | Yes a
+
+main = putStr "hello world\n" \ No newline at end of file