haskell-tools-builtin-refactorings-1.0.0.0: examples/Refactor/OrganizeImports/KeepCtorOfMarshalled_res.hs
module Refactor.OrganizeImports.KeepCtorOfMarshalled where import Foreign.C.String (CString(..)) foreign import ccall unsafe "abc" abc :: CString -> IO ()