summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T15607.hs
blob: a692ca5580b675414005ae2a7bfdc2f8a8eda5df (plain)
1
2
3
4
5
6
{-# LANGUAGE RebindableSyntax #-}
module T15607 where

import Prelude hiding (pure, return)

t = do { pure 5 }