aboutsummaryrefslogtreecommitdiff
path: root/examples/hide-bug/C.hs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hide-bug/C.hs')
-rw-r--r--examples/hide-bug/C.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/hide-bug/C.hs b/examples/hide-bug/C.hs
index 363221d9..d846035b 100644
--- a/examples/hide-bug/C.hs
+++ b/examples/hide-bug/C.hs
@@ -1 +1,6 @@
-module C(module B) where import B
+module C(C.bla) where
+
+import D
+
+bla :: Test
+bla = undefined