summaryrefslogtreecommitdiff
path: root/testsuite/tests/backpack/should_compile/bkp16.bkp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/backpack/should_compile/bkp16.bkp')
-rw-r--r--testsuite/tests/backpack/should_compile/bkp16.bkp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/backpack/should_compile/bkp16.bkp b/testsuite/tests/backpack/should_compile/bkp16.bkp
new file mode 100644
index 0000000000..f1a161e53c
--- /dev/null
+++ b/testsuite/tests/backpack/should_compile/bkp16.bkp
@@ -0,0 +1,8 @@
+{-# LANGUAGE MagicHash #-}
+unit p where
+ dependency ghc-prim
+ signature Int where
+ import GHC.Prim
+ data Int = I# Int#
+unit q where
+ dependency p[Int=base:GHC.Exts]