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