module-management-0.20.2: testdata/merge4-expected/M1.hs
module M1
( c
, module Out
, module Out
) where
import Out (a)
import Out as Foo (b)
c = Out.a + Foo.b
module M1
( c
, module Out
, module Out
) where
import Out (a)
import Out as Foo (b)
c = Out.a + Foo.b