module-management-0.20.2: testdata/split2-clean-expected/Split/ReExported.hs
{-# LANGUAGE FlexibleContexts #-}
-- Split a module with a re-export
module Split.ReExported
( -- Symbols that are exported but not declared go into ReExported
dropWhile
) where