diff options
Diffstat (limited to 'testsuite/tests/ghci/linking/T11531.hs')
-rw-r--r-- | testsuite/tests/ghci/linking/T11531.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/linking/T11531.hs b/testsuite/tests/ghci/linking/T11531.hs new file mode 100644 index 0000000000..f75e8bb996 --- /dev/null +++ b/testsuite/tests/ghci/linking/T11531.hs @@ -0,0 +1,3 @@ +{-# LANGUAGE ForeignFunctionInterface #-} + +foreign import ccall "T11531.h some_function" someFunction :: Int -> Int |