summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod185.hs
blob: f1b9860b2ec5eeb205490dc2d33c7987bcb793a0 (plain)
1
2
3
4
5
{-# LANGUAGE ImportQualifiedPost #-}
-- The span of the import decl should include the 'qualified' keyword.
import Prelude qualified

main = Prelude.undefined