X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FilxGen%2Ftests%2Ftest16.hs;fp=ghc%2Fcompiler%2FilxGen%2Ftests%2Ftest16.hs;h=0e8b9974a971b6aa3e2f46920adc9bf73cf3f09a;hb=81027250abf0099f1dbaef1ddb8534547268ad41;hp=0000000000000000000000000000000000000000;hpb=44637383d831bd3ca8f3aa3cf80e6a0c90986b41;p=ghc-hetmet.git diff --git a/ghc/compiler/ilxGen/tests/test16.hs b/ghc/compiler/ilxGen/tests/test16.hs new file mode 100644 index 0000000..0e8b997 --- /dev/null +++ b/ghc/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