summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/rnfail045.hs
blob: 641bec0a6a99fc6de0e67307e9313f8a48616e72 (plain)
1
2
3
4
5
6
7
8
9
-- These crashed GHC 6.4.2

module ShouldFail where

x `op1` y = True
op1 x = False

op2 x = False
x `op2` y = True