summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9878.hs
blob: fcecedab20d5145ead581a5920fc4cc2aeff196d (plain)
1
2
3
4
5
6
{-# LANGUAGE StaticPointers #-}
module T9878 where

import GHC.StaticPtr

f = deRefStaticPtr (static True)