summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T11742.hs
blob: e0a7333c576e162da0ed508aa8ef13b85593a3f1 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE Strict #-}

module Foo where

data Foo = Foo

instance Eq Foo where
  (==) Foo Foo = True