[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s114.hs
1 --!!! Repeated field name ... for constructor ...
2
3 data T = T {x,x :: Int}
4