HaRe-0.8.0.0: test/testdata/LiftOneLevel/C2.hs
module LiftOneLevel.C2 (module LiftOneLevel.D2, module LiftOneLevel.C2) where import LiftOneLevel.D2 anotherFun (x:xs) = x^4 + anotherFun xs anotherFun [] = 0
module LiftOneLevel.C2 (module LiftOneLevel.D2, module LiftOneLevel.C2) where import LiftOneLevel.D2 anotherFun (x:xs) = x^4 + anotherFun xs anotherFun [] = 0