[project @ 2000-07-03 16:06:17 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s114.hs
1 --!!! Repeated field name ... for constructor ...
2
3 data T = T {x,x :: Int}
4