5c26c3448dc17a5ea4416275b5e75889569c6521
[ghc-hetmet.git] / ghc / tests / deriving / should_run / drvrun007.hs
1 module Main( main ) where
2 -- This one crashed Hugs98
3
4 data X = X | X :\ X  deriving Show
5
6 main = putStrLn (show (X :\ X))