aihc-parser-1.0.0.4: test/Test/Fixtures/oracle/Layout/ghc-layout001-case-where.hs
{- ORACLE_TEST pass -}
-- From GHC testsuite/tests/layout/layout001.hs.
module M where
f = case () of
() -> ()
where x = x
{- ORACLE_TEST pass -}
-- From GHC testsuite/tests/layout/layout001.hs.
module M where
f = case () of
() -> ()
where x = x