summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/read069.hs
blob: cff74b474b459aaea60279714caf21960dd27b5d (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE RelaxedLayout #-}

module ShouldFail where

f x = case x of
         False -> do
    { return x; }