summaryrefslogtreecommitdiff
path: root/testsuite/tests/module/mod183.hs
blob: 37d627645ce4a79bcbbdf7feebd5ca0d95c8b584 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE ImportQualifiedPost #-}

-- 'qualified' can not appear in both pre and postpositive positions.

import qualified Prelude qualified

main = Prelude.undefined