1test :: Maybe Int -> Int
2test = _
3  where
4    -- Don't delete me!
5    blah = undefined
6
7