aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/do-semicolon-mixed.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
-- Explicit semicolons with different statement types
f = do
;let x = 1
;y <- return x
;return y
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
-- Explicit semicolons with different statement types
f = do
;let x = 1
;y <- return x
;return y