summaryrefslogtreecommitdiff
path: root/testsuite/tests/mdo/should_compile/T10004.hs
blob: 8e6200e84109ea1e3b9d6491bdc298e16ef4badf (plain)
1
2
3
4
5
6
{-# LANGUAGE RecursiveDo #-}
module T10004 where

bar :: IO ()
bar = do rec {}
         return ()