1 2 3 4 5 6
{-# LANGUAGE CApiFFI #-} module T7388 where import Foreign.C foreign import capi "stdio.h printf" printfb :: CString -> CInt -> IO ()