[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s115.hs
1 --!!! Known bug: can't have strict fieldnames (I think this is trivial to fix)
2
3 data T = T {x :: Int, y :: !Int} deriving Show
4
5
6