summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod142.hs
blob: 3be36f3fd22a7af7039a032014b1b15594d3a7e4 (plain)
1
2
3
4
5
6
-- !!! Conflicting re-exportation of var
module M (module M, module Mod142_A) where

import Mod142_A

x = 'x'