summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/parser/should_fail/readFail028.hs
blob: ca0d27e10edec5b17f2862fa5cc995da80111835 (plain)
1
2
3
4
module ShouldFail where

-- !!! do must end in an expression
main = do x <- return ()