summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/rn065.hs
blob: 2da09d0d74793b167a3e2420a315295e244bba73 (plain)
1
2
3
4
5
6
7
8
9
10

{-# LANGUAGE RecordWildCards #-}

-- trac #1491

module Foo where

import Rn065A

f T{..} = a + 1