aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/Layout/ghc-layout006-guarded-do-let.hs
{- ORACLE_TEST pass -}
-- From GHC testsuite/tests/layout/layout006.hs.
module M where
-- GHC's GHC.Parser.PostProcess had a piece of code like this
f :: IO ()
f
| True = do
let x = ()
y = ()
return ()
| True = return ()