summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/haddock/should_compile_noflag_haddock/haddockC015.hs
blob: b4b47be1087816ac84c5c1c1ac72063bbb54487a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- | a header
module HeaderTest where

-- * A section
x = 0

-- ** A subsection
y = 1

-- *** A subsubsection
main = print x

-- | bla bla
z = 0