git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: pass '-s --no-print-directory' to MAKE
[ghc.git]
/
testsuite
/
tests
/
module
/
mod142.hs
1
-- !!! Conflicting re-exportation of var
2
module
M
(
module
M
,
module
Mod142_A
)
where
3
4
import
Mod142_A
5
6
x
= '
x
'