0c78946c179ce056726d4cc5e18cdac416711ba0
[ghc-hetmet.git] / ghc / compiler / tests / rename / rn018.hs
1 --!!! Conflicting constructors from two data type decls
2
3 module Foo where
4
5 data T1 = MkT Int
6
7 data T2 = MkT Bool
8
9 f (MkT x) = x