[project @ 1999-01-28 17:10:52 by simonpj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s114.hs
1 --!!! Repeated field name ... for constructor ...
2
3 data T = T {x,x :: Int}
4