1 2 3 4 5 6 7 8 9
module KeepCafs1 where import KeepCafsBase foreign export ccall "getX" getX :: IO Int getX :: IO Int getX = return x