ec97efe1cfbc7cbf685982bad586316be1a41fa4
[ghc-hetmet.git] / ghc / tests / rename / should_fail / rnfail019.hs
1 module ShouldFail where
2
3 -- !!! Section with with a bad precedence
4
5 f x y = (x:y:)
6
7 -- GHC 4.04 (as released) let this by, but it's a precedence error.