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