summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/should_run/2589.hs
blob: eadb9995e1723414fb5a72d3e2f22df0161af5c9 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash #-}
module Main where

import GHC.Ptr
import GHC.Exts
import Foreign.Ptr

main = print (Ptr nullAddr# == nullPtr)