summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_run/T8280.hs
blob: 4ccc5b416487e1337c93e7910b3ef8b9883ccc2a (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE MagicHash #-}
module Main where

import GHC.Prim

data A = A Word# deriving Show

main = print (A (int2Word# 4#))