summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc246.hs
blob: 2b9429b36b97d57aab4d890fbff0e6e7cadb7042 (plain)
1
2
3
4
5
6
7
-- Test for trac #3066
-- GHC with optimisation off would go into an infinite loop

module Tc246 () where

newtype Foo = Foo Foo