summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg/should_compile/T22840B.hs
blob: 903c76c1e996967cb9c93946837a7b9211ca9a25 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -fwrite-if-simplified-core -fbyte-code-and-object-code -fprefer-byte-code #-}

module T22840B where

import T22840A

theT :: T
theT = MkT (Just True)