summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod115_B.hs
blob: d344c442b65cfe8e99af803e362930586266d2aa (plain)
1
2
3
4
-- re-export all of C
module Mod115_B (C(..)) where

import Mod115_A (C(m1), m2)