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