summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/RnEmptyStatementGroup1.hs
blob: 6c2eb3a984ee0e14f41293bfdd77649f130cc542 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE TransformListComp #-}
{-# LANGUAGE Arrows            #-}

module ShouldFail where

one = [() | then ()]

two = do

three = proc () -> do