aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/BangPatterns/unpack-no-space-strictness.hs
{- ORACLE_TEST pass -}
data Pair a = Null | Cons a {-# UNPACK #-}!(IORef (Pair a))
{- ORACLE_TEST pass -}
data Pair a = Null | Cons a {-# UNPACK #-}!(IORef (Pair a))