summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T23307b.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T23307b.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T23307b.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T23307b.hs b/testsuite/tests/simplCore/should_compile/T23307b.hs
new file mode 100644
index 0000000000..bde4f4da7e
--- /dev/null
+++ b/testsuite/tests/simplCore/should_compile/T23307b.hs
@@ -0,0 +1,7 @@
+module Foo where
+
+-- It's easy to get an infinite loop
+-- when deciding what to unbox here.
+
+data T = MkT !S Int
+data S = MkS !T \ No newline at end of file