aboutsummaryrefslogtreecommitdiff
path: root/tests/pre-2.0-tests/Bug4.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pre-2.0-tests/Bug4.hs')
-rw-r--r--tests/pre-2.0-tests/Bug4.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/pre-2.0-tests/Bug4.hs b/tests/pre-2.0-tests/Bug4.hs
new file mode 100644
index 00000000..425a77aa
--- /dev/null
+++ b/tests/pre-2.0-tests/Bug4.hs
@@ -0,0 +1,5 @@
+module Bug4 where
+-- | don't use apostrophe's in the wrong place's
+foo :: Int
+foo = undefined
+