[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s110.hs
1 --!!! Empty field list in update
2 data T = T { x,y :: Int }
3 f t = t {}