aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/do-empty-let-expression.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module DoEmptyLetExpression where
x = do let in ()
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module DoEmptyLetExpression where
x = do let in ()