[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s111.hs
1 --!!! No constructor has all of the fields specified
2 data T = T {x,y::Int}
3 data U = U {z::Int}
4
5 f a b c = T{x=a,y=b,z=c}
6