module Bug387
  ( -- * Section1#a:section1#
    test1
    -- * Section2#a:section2#
  , test2
  ) where

test1 :: Int
test1 = 223

test2 :: Int
test2 = 42