module FooBroken
(
  -- * header
  --
  -- | some included documentation
  --
  -- ** 2nd header
  foo,
  -- ** another 2nd header
  bar
) where

foo, bar :: Int
foo = 0
bar = 1
