summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/module/mod116.hs
blob: 42d668c9c88d77da2c5ff90f9ac74618c34cf49d (plain)
1
2
3
4
5
-- !!! data ctor (re-)exportation 
module M (T(M1), M2) where

data T = M1 Int | M2 Int