summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/BundleExport.hs
blob: 31d00601a85fee2fdb7a0c397263d93bf56b35e6 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE PatternSynonyms #-}
module BundleExport(P(.., A), Q(B)) where

data P = P

data Q = Q

pattern A = P
pattern B = Q