summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod156.hs
blob: 20c288442519ce52949b83cb8c010bc2079c0ba0 (plain)
1
2
-- !!! non-ambiguous re-exportation.
module M (module Prelude) where id x = x;