summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T14747.hs
blob: 6dde0bdab922ff280d68309502c6543386647e4d (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PatternSynonyms, DisambiguateRecordFields #-}

module T14747 where

import T14747A

pattern T{x} = [x]

e = S { x = 42 }