summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/KeepCafs1.hs
blob: f654bfbf3b951f5cf821e437aa67495d6ffeb428 (plain)
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