summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc085.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/tc085.hs')
-rw-r--r--testsuite/tests/typecheck/should_compile/tc085.hs9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_compile/tc085.hs b/testsuite/tests/typecheck/should_compile/tc085.hs
new file mode 100644
index 0000000000..6074250a45
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/tc085.hs
@@ -0,0 +1,9 @@
+
+-- !!! From a bug report from Satnam.
+-- !!! To do with re-exporting importees from PreludeGla* modules.
+module ShouldSucceed ( module GHC.Prim ) where
+
+import GHC.Prim
+
+type FooType = Int
+data FooData = FooData