[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s116.hs
1 --!!! Construction does not define strict field
2
3 data T = T {x :: Int, y :: !Int}
4
5 f a = T{x=a}
6