summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T7040_ghci.hs
blob: 5bd49063cca25af8aafc8124b0eca0dfdee7c9d9 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE ForeignFunctionInterface #-}

module Main where

foreign import ccall "global.h printx"
  c_printx :: IO ()

main = do
  c_printx