summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3811g.hs
blob: 8b901f49e3c5b3945938c67918d2141684b75a4b (plain)
1
2
3
4
5
6
7

module T3811g where

f :: IO ()
f = do _ <- return ()
       _ <- return ()