module-management-0.20.2: testdata/imports6/EndComment.hs
module Test where
import Data.List (dropWhile)
{- This is a comment before a -}
a = 1
{- This is a comment near EOF -}
module Test where
import Data.List (dropWhile)
{- This is a comment before a -}
a = 1
{- This is a comment near EOF -}