aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Declarations/empty-where.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module EmptyWhere where
-- Empty where clause (syntactically valid, though semantically useless)
test = x
where {}
{- ORACLE_TEST pass -}
{-# LANGUAGE Haskell2010 #-}
module EmptyWhere where
-- Empty where clause (syntactically valid, though semantically useless)
test = x
where {}