summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/KeepCafs2.hs
blob: ac57430c18226cb866effb0e21de29990a0f6c6b (plain)
1
2
3
4
5
6
7
8
9
module KeepCafs2 where

import KeepCafsBase

foreign export ccall "getX"
  getX :: IO Int

getX :: IO Int
getX = return (x + 1)