summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T22513b.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T22513b.hs')
-rw-r--r--testsuite/tests/rename/should_compile/T22513b.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T22513b.hs b/testsuite/tests/rename/should_compile/T22513b.hs
new file mode 100644
index 0000000000..d80dab4a32
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T22513b.hs
@@ -0,0 +1,6 @@
+module T22513b where
+
+import Prelude (id, Int)
+
+f :: id -> Int
+f _ = 10 \ No newline at end of file