summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail007.stdout
blob: c91365d679f616abf6853279bb5c8e15fc2c2586 (plain)
1
2
3
4
5
6
7
8
9

==================== Parser ====================
module ShouldFail where
f :: Int -> IO Int
f x = do
	(2 + 2) <- 2
	return x