summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_fail/bkpfail30.bkp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_fail/bkpfail30.bkp')
-rw-r--r--testsuite/tests/backpack/should_fail/bkpfail30.bkp9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_fail/bkpfail30.bkp b/testsuite/tests/backpack/should_fail/bkpfail30.bkp
new file mode 100644
index 0000000000..c7b0ca8116
--- /dev/null
+++ b/testsuite/tests/backpack/should_fail/bkpfail30.bkp
@@ -0,0 +1,9 @@
+unit p where
+ signature A(x) where
+ data T
+ x :: T
+unit q where
+ module A where
+ x = True
+unit r where
+ dependency p[A=q:A]