4 lines
63 B
Haskell
4 lines
63 B
Haskell
data Test = Test
|
|
{ x :: {-# UNPACK #-} !Int
|
|
, y :: Int
|
|
}
|