summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T20609d.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T20609d.hs')
-rw-r--r--testsuite/tests/rename/should_compile/T20609d.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T20609d.hs b/testsuite/tests/rename/should_compile/T20609d.hs
new file mode 100644
index 0000000000..bed945bcfa
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T20609d.hs
@@ -0,0 +1,6 @@
+module T20609d where
+
+import Data.Word (Word8)
+
+foreign import ccall unsafe "forall"
+ forall :: IO Word8