[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / interpreter / test / static / s112.hs
1 --!!! Constructor ... does not have selected fields in ...
2 data T = T1 {x,y   :: Int}
3        | T2 {  y,z :: Int}
4
5 f a b c = T1{y=b,z=c}
6