summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T10520.script
blob: d72491c213ee58fcdbd03e295ca9db3bd63a6c86 (plain)
1
2
3
:set -XRecordWildCards
data Foo = Bar { baz :: Integer } deriving Show
Bar { baz = 42 }