aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NamedFieldPuns/record-unpack-pragma.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE NamedFieldPuns #-}
data BQueue a = BQueue
{ bqRead :: {-# UNPACK #-}!Int
}
{- ORACLE_TEST pass -}
{-# LANGUAGE NamedFieldPuns #-}
data BQueue a = BQueue
{ bqRead :: {-# UNPACK #-}!Int
}