HaRe-0.8.0.0: test/testdata/Renaming/Main2.hs
-- This is a main module without an explicit module statement. -- renaming "bar" should succeed, but "main" fail. main = putStrLn "hello" bar x = x ^ 2
-- This is a main module without an explicit module statement. -- renaming "bar" should succeed, but "main" fail. main = putStrLn "hello" bar x = x ^ 2