summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_fail/T5478.hs
blob: e7941b10382d005d409930b2549b64eebf55f384 (plain)
1
2
3
4
5
6
{-# LANGUAGE MagicHash #-}
module T5478 where

import GHC.Exts

data Foo = Foo0 ByteArray#  deriving Show