packages feed

ghc-exactprint-0.6.3: tests/examples/ghc810/mod181.hs

{-# LANGUAGE ImportQualifiedPost #-}

-- If 'ImportQualifiedPost' is enabled 'qualified' can appear in
-- postpositive position.

import Prelude qualified

main = Prelude.undefined