packages feed

aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/Layout/ghc-layout003-list-comprehension-closes-do.hs

{- ORACLE_TEST pass -}
-- From GHC testsuite/tests/layout/layout003.hs.
module M where

-- The array package used to have things in this sort of pattern, where
-- the "parse error" rule is needed to close the do block's layout

f :: [IO ()]
f = [do
   undefined
   undefined
   | _ <- undefined]