07558435d619384689ecbcee34dcfee68aab4a10
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read009.stderr
1
2 ==================== Parser ====================
3 module ShouldFail where
4 {- rec -}
5 h x = x
6 foo = do
7         let {- rec -}
8             foo = True
9
10
11
12 read009.hs:5:
13     `do' statements must end in expression: do let foo = True
14
15 Compilation had errors
16