summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcStaticPointersFail01.hs
blob: 7221b7369b228d7f84ec6b6a94a35b38033fcad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{-# LANGUAGE StaticPointers   #-}

module StaticPointersFail01 where

import GHC.StaticPtr

f0 :: StaticPtr Int
f0 = static g

g :: Int -> Int
g = id