summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_compile/T10460.hs
blob: 74814533db02b996091d6a22bcd6a89d34bb8ac4 (plain)
1
2
3
4
5
{-# LANGUAGE GHCForeignImportPrim #-}
module T10460 where
import GHC.Exts
-- don't link me!
foreign import prim "f" f :: Any -> Any