summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T14747A.hs
blob: a3b6e604e4b0b46807d73b6a64b785e35e986851 (plain)
1
2
3
4
5
{-# LANGUAGE PatternSynonyms #-}

module T14747A where

pattern S{x} = [x]