summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/exactprint/Rename2.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-api/exactprint/Rename2.hs')
-rw-r--r--testsuite/tests/ghc-api/exactprint/Rename2.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/exactprint/Rename2.hs b/testsuite/tests/ghc-api/exactprint/Rename2.hs
new file mode 100644
index 0000000000..29fea060c2
--- /dev/null
+++ b/testsuite/tests/ghc-api/exactprint/Rename2.hs
@@ -0,0 +1,4 @@
+
+foo' x = case (odd x) of
+ True -> "Odd"
+ False -> "Even"