haskell-names-0.5.1: tests/annotations/Wildcards.hs
{-# LANGUAGE RecordWildCards #-}
module Wildcards where
import Prelude (DataTypeWithSelectors(DataTypeWithSelectors,selector1))
u :: DataTypeWithSelectors -> ()
u DataTypeWithSelectors{..} = let x = selector1 in ()