summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/reexport/T23080b.bkp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/reexport/T23080b.bkp')
-rw-r--r--testsuite/tests/backpack/reexport/T23080b.bkp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/reexport/T23080b.bkp b/testsuite/tests/backpack/reexport/T23080b.bkp
new file mode 100644
index 0000000000..bb4d86ab9e
--- /dev/null
+++ b/testsuite/tests/backpack/reexport/T23080b.bkp
@@ -0,0 +1,9 @@
+unit t23080-unit1 where
+ signature H1 where
+ data T
+unit t23080-unit2 where
+ dependency t23080-unit1[H1=<H2>]
+ module B where
+ data T = MkT { fld :: T }
+ signature H2 (T(fld)) where
+ import B