summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T8221b.hs
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-09-04 13:27:21 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2013-09-04 13:27:21 +0100
commitcab84ec1fb2b07722ee63960aa65fc2515cbcc9f (patch)
treee6a8f05c43b5088c80598cae4984589e4f7dd7ee /testsuite/tests/simplCore/should_compile/T8221b.hs
parent6f0cf01db4f834ec80c21f50adfbacd6faba10a9 (diff)
downloadhaskell-cab84ec1fb2b07722ee63960aa65fc2515cbcc9f.tar.gz
Tests for Trac #8221
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T8221b.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T8221b.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T8221b.hs b/testsuite/tests/simplCore/should_compile/T8221b.hs
new file mode 100644
index 0000000000..ef396cf0d9
--- /dev/null
+++ b/testsuite/tests/simplCore/should_compile/T8221b.hs
@@ -0,0 +1,3 @@
+module T8221b where
+
+data Link a = Link a !(Link a)