aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/record-construction-empty.hs
{- ORACLE_TEST pass -}
module ExprS315RecordConstructionEmpty where
data R = R {}
x = R {}{- ORACLE_TEST pass -}
module ExprS315RecordConstructionEmpty where
data R = R {}
x = R {}