
module Test (

    -- $namedChunk

    ) where

-- $namedChunk
-- I am a named chunk that fails when placed before imports.
-- $namedChunk

import Control.Applicative


main = print "hi"

