haddock-2.13.2: html-test/src/NoLayout.hs
-- Haddock comments are parsed as separate declarations so we
-- need to insert a ';' when using them with explicit layout.
-- This should probably be changed.
module NoLayout where {
-- | the function 'g'
;
g :: Int;
g = undefined
}