summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_run/drvrun007.hs
blob: 5c26c3448dc17a5ea4416275b5e75889569c6521 (plain)
1
2
3
4
5
6
module Main( main ) where
-- This one crashed Hugs98

data X = X | X :\ X  deriving Show

main = putStrLn (show (X :\ X))