1 2 3 4 5 6 7 8 9 10
{-# LANGUAGE ForeignFunctionInterface, MagicHash #-} -- #1037 module Foo where import GHC.Prim foreign import ccall foo :: Int -> State# RealWorld