summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T23307b.hs
blob: bde4f4da7e4efc4734a0f4a81b864681daffe87a (plain)
1
2
3
4
5
6
7
module Foo where

-- It's easy to get an infinite loop
-- when deciding what to unbox here.

data T = MkT !S Int
data S = MkS !T