summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/dynlibs/T4464H.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/dynlibs/T4464H.hs')
-rw-r--r--testsuite/tests/ghc-regress/dynlibs/T4464H.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/dynlibs/T4464H.hs b/testsuite/tests/ghc-regress/dynlibs/T4464H.hs
deleted file mode 100644
index f620866c86..0000000000
--- a/testsuite/tests/ghc-regress/dynlibs/T4464H.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-{-# LANGUAGE ForeignFunctionInterface #-}
-module T4464H where
-
-f :: Int -> Int
-f x = x + 1
-
-foreign export ccall f :: Int -> Int