aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/RecordWildCards/do-binding.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module DoBinding where
x = do
Loc {..} <- location
pure ()
{- ORACLE_TEST pass -}
{-# LANGUAGE RecordWildCards #-}
module DoBinding where
x = do
Loc {..} <- location
pure ()