[project @ 2001-01-17 15:11:04 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / test / static / s113.hs
1 --!!! Repeated field name ... in field list
2 data T = T {x,y   :: Int}
3
4 f a b = T{x=a,x=b}
5