HaRe-0.8.0.0: test/testdata/LiftToToplevel/A2.hs
module LiftToToplevel.A2 where import LiftToToplevel.C2 main = sumSquares [1..4] + anotherFun [1..4]
module LiftToToplevel.A2 where import LiftToToplevel.C2 main = sumSquares [1..4] + anotherFun [1..4]