summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/Mod132_B.hs
blob: e7c33b0d51bbe8a5240f9088d974039bc077e341 (plain)
1
2
3
4
5
-- exporting everything but the Foo dcon.
module Mod132_B (module Mod132_A) where

import Mod132_A hiding (Foo)
import Mod132_A (Foo)