summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_fail/T16727a.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/saks/should_fail/T16727a.hs')
-rw-r--r--testsuite/tests/saks/should_fail/T16727a.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/saks/should_fail/T16727a.hs b/testsuite/tests/saks/should_fail/T16727a.hs
new file mode 100644
index 0000000000..c258a4cc81
--- /dev/null
+++ b/testsuite/tests/saks/should_fail/T16727a.hs
@@ -0,0 +1,9 @@
+{-# LANGUAGE StandaloneKindSignatures #-}
+
+module T16727a where
+
+type T1 :: T2
+data T1
+
+type T2 :: T1
+data T2