[project @ 1998-12-02 13:17:09 by simonm]
[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