summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T8739.hs
blob: 3fb4df3d56ab6f0d8ac2ebc71ef9c4780c58f5dd (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE MagicHash #-}
module Main where
import GHC.Exts

go :: () -> Int#
go () = 0#

main = print (I# (go $ ()))